public MainWindowViewModel() { this.folderPathModel = new FolderPathModel(); this.snapshotListModel = new SnapshotsListModel(); }
public FileSeeker(String FolderPath, SnapshotsListModel snapshotListModel) { this.FolderPath = FolderPath; this.snapshotListModel = snapshotListModel; ListDirectories(); }