Esempio n. 1
0
 static bool ConsoleEventCallback(int eventType)
 {
     if (eventType == 2)
     {
         iManager.DisconnectFromServer();
     }
     return(false);
 }