public void StopListening()
 {
     _bitkyTcpServer.StopListening();
 }
Beispiel #2
0
 private void btnClose_Click(object sender, RoutedEventArgs e)
 {
     _bitkyTcpServer.StopListening();
 }