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 @@ -52,6 +52,8 @@ return _filePath; } } private string _status; public string Status { @@ -76,5 +78,7 @@ PropertyChanged(this, new PropertyChangedEventArgs(propName)); } } public SysMeta Meta { set; get; } } }