Exemple #1
0
 void importSourceFileBrowser_OnDirectoryChanged(object sender, DirectoryInfoEventArgs e)
 {
     if (this.dataSnapshot.PathCsv == e.DirectoryInfo.FullName)
     {
         return;
     }
     this.dataSnapshot.PathCsv      = e.DirectoryInfo.FullName;
     this.dataSnapshot.FileSelected = null;
     this.dataSnapshotSerializer.Serialize();
 }
		void importSourceFileBrowser_OnDirectoryChanged(object sender, DirectoryInfoEventArgs e) {
			if (this.dataSnapshot.PathCsv == e.DirectoryInfo.FullName) return;
			this.dataSnapshot.PathCsv = e.DirectoryInfo.FullName;
			this.dataSnapshot.FileSelected = null;
			this.dataSnapshotSerializer.Serialize();
		}