Esempio n. 1
0
 public void GoToParent()
 {
     if (!string.IsNullOrEmpty(currentDir))
     {
         string fn = fileResolver.GetParent(currentDir);
         GoToDir(fn);
     }
 }