Ejemplo n.º 1
0
 public MainWindowViewModel()
 {
     this.folderPathModel   = new FolderPathModel();
     this.snapshotListModel = new SnapshotsListModel();
 }
Ejemplo n.º 2
0
 public FileSeeker(String FolderPath, SnapshotsListModel snapshotListModel)
 {
     this.FolderPath        = FolderPath;
     this.snapshotListModel = snapshotListModel;
     ListDirectories();
 }