Пример #1
0
 private void TerminateThreads()
 {
     _rawInputListener?.StopListening();
     _fastIo?.StopListening();
     _controlSender?.Stop();
     _inputListener?.StopListening();
     _serialPortHandler?.StopListening();
     _europa?.StopListening();
     KillGunListener = true;
 }
Пример #2
0
 private void TerminateThreads()
 {
     _rawInputListener?.StopListening();
     _specialControl?.StopListening();
     _pokkenControlSender.StopListening();
     _gtiClub3ControlSender.StopListening();
     _inputListener?.StopListening();
     _serialPortHandler?.StopListening();
     _europa?.StopListening();
     KillGunListener = true;
 }