public void Setup() { SetupDialog dialog = new SetupDialog(this.m_setupNode); if (dialog.ShowDialog() == DialogResult.OK) { this.CompilePortMappings(); } }