예제 #1
0
 public void PeformCommand(ConsoleKey key)
 {
     if (key == ConsoleKey.RightArrow)
     {
         fileExplorer.OpenCurrentDirectory();
     }
 }