Validation WIP

This commit is contained in:
2023-04-12 17:14:12 -04:00
parent 68aec56824
commit ace251fd4f
6 changed files with 158 additions and 67 deletions

View File

@@ -1,10 +1,10 @@
using ChrisKaczor.Wpf.Validation;
using FeedCenter.Data;
using System.Linq;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Media;
using ChrisKaczor.Wpf.Validation;
using FeedCenter.Data;
namespace FeedCenter.Options
{