Exemple #1
0
 public void GoToDirectory(Dir _directory)
 {
     if (_directory.Exists())
     {
         StoredDirectory = _directory;
     }
 }