예제 #1
0
 //add to path
 //actions: check if path is valid and  not in path or not exist
 //confirm before modify path
 //modify path , refresh form
 private void AddAction(object obj)
 {
     //Add();
     MessageBox.Show(Entry);
     _pathManager.AddPathEntry(Entry);
 }