ExitTerminal() public method

public ExitTerminal ( ) : void
return void
Exemplo n.º 1
0
 private void CloseTerminal()
 {
     if (FocusedTerminal != null) 
     {
         FocusedTerminal.ExitTerminal();
     }
 }