Exemplo n.º 1
0
 protected override void OnCustomCommand(int command) // Обработчик специальных команд (от 128 до 256)
 {
     switch (command)
     {
     case RefreshCommandCode:
         _quoteServer.RefreshQuotes();
         break;
     }
 }