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