private void quickLaunchButton_Click(object sender, EventArgs e) { QuickLaunchDialog dlg = new QuickLaunchDialog(); dlg.Server = serverList.SelectedServer; dlg.Account = accountList.SelectedAccount; dlg.ShowDialog(); if (dlg.Started) { Close(); } }