public static void Start(string slicerName) {
     if (f == null)
         f = new SlicingInfo();
     f.labelSlicer.Text = slicerName;
     f.ResetTimer();
     f.checkStartBoxAfterSlicing.Checked = false;
     if(f.Visible==false)
         f.Show(Main.main);
     f.timer.Start();
 }
Exemple #2
0
 public static void Start(string slicerName)
 {
     if (f == null)
     {
         f = new SlicingInfo();
     }
     f.labelSlicer.Text = slicerName;
     f.ResetTimer();
     f.Show(Main.main);
     f.timer.Start();
 }
 public static void Start(string slicerName)
 {
     if (f == null)
     {
         f = new SlicingInfo();
     }
     f.labelSlicer.Text = slicerName;
     f.ResetTimer();
     f.checkStartBoxAfterSlicing.Checked = false;
     if (f.Visible == false)
     {
         f.Show(Main.main);
     }
     f.timer.Start();
 }