Exemplo n.º 1
0
 public static void execute(string file)
 {
     if(form==null)
         form = new GCodeNotFound();
     form.labelFile.Text = file;
     form.ShowDialog();
 }
Exemplo n.º 2
0
 public static void execute(string file)
 {
     if (form == null)
     {
         form = new GCodeNotFound();
     }
     form.labelFile.Text = file;
     form.ShowDialog();
 }