Beispiel #1
0
 private void disconnectButton_Click(object sender, EventArgs e)
 {
     this.destroyConnection();
     connectPanel.Visible = true;
     statusPanel.Visible  = false;
     statusTextBox.Text   = "";
     ShrewNotifier.ResetLog();
 }