コード例 #1
0
 internal static void CreateAndShowDialog(GrblCore core)
 {
     using (GrblConfig sf = new GrblConfig(core))
         sf.ShowDialog();
 }