DataLoader/Model/ViewData.cs
@@ -11,11 +11,9 @@ { public event PropertyChangedEventHandler PropertyChanged; public string Ext { set; get; } private int _id; private string _filePath; private string _status; public ViewData() { @@ -37,6 +35,8 @@ } } private string _filePath; public string FilePath { set @@ -53,6 +53,8 @@ } } private string _status; public string Status { set