Exemplo n.º 1
0
 private void toolStripBtnDisconnect_Click(object sender, EventArgs e)
 {
     MySQLConnection.CloseConnections();
     SshConnection.CloseConnections();
     Account.ClearAccounts();
 }