/////////////////////////////////////////////////////////////////////////////////////////// private void connectToolStripMenuItem_Click(object sender, EventArgs e) { ConnectWindow connectWindow = new ConnectWindow(myConnection); connectWindow.ShowDialog(this); if (myConnection.Connected) { myConnection.SendMessage("help"); } }
/////////////////////////////////////////////////////////////////////////////////////////// private void connectToolStripMenuItem_Click(object sender, EventArgs e) { ConnectWindow connectWindow = new ConnectWindow(myConnection); connectWindow.ShowDialog(this); if(myConnection.Connected) { myConnection.SendMessage("help"); } }