Пример #1
0
 public void READY()
 {
     if (ReadyHandler != null)
     {
         ReadyHandler.Ready();
     }
     ConsoleEcho = true;
 }