Example #1
0
 public void SetupDialog()
 {
     SetupDialogForm F = new SetupDialogForm(this, ref _config);
     F.ShowDialog();
 }
Example #2
0
        public void SetupDialog()
        {
            SetupDialogForm F = new SetupDialogForm(this, ref _config);

            F.ShowDialog();
        }