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