Beispiel #1
0
 internal static void CreateAndShowDialog(GrblCore core)
 {
     using (SettingsForm sf = new SettingsForm(core))
         sf.ShowDialog();
 }
Beispiel #2
0
 internal static void CreateAndShowDialog()
 {
     using (SettingsForm sf = new SettingsForm())
         sf.ShowDialog();
 }