private void OnDestroy()
 {
     receiver.RemoveHook();
     windowswitch.CloseChildWindow();
     windowswitch.OnCloseThisWindow();
     sendThread.Abort();
 }
Ejemplo n.º 2
0
 private void OnDestroy()
 {
     windowswitch.OnCloseThisWindow();
 }
Ejemplo n.º 3
0
 private void OnDestroy()
 {
     receiver.OnError -= OnError;
     receiver.RemoveHook();
     windowswitch.OnCloseThisWindow();
 }