public CommandDlg(MainScreen form) { InitializeComponent(); m_form = form; s_dlg = this; m_formActive = true; }
private void showCommandDlg() { CommandDlg dlg = new CommandDlg(this); dlg.ShowDialog(); }