public override void Configure() { frmConfig frm = new frmConfig(); if (frm.ShowDialog() == DialogResult.OK) { } }