Example #1
0
        private void Dialog_Click(object sender, EventArgs e)
        {
            var test = new DialogControls();

            test.ShowDialog();
        }
Example #2
0
 public DialogRunner(Dialog dialog, DialogControls controls)
 {
     this.dialog   = dialog;
     this.controls = controls;
 }