Ejemplo n.º 1
0
 public void Run()
 {
     if (this.frm != null && !this.frm.IsDisposed)
     {
         this.frm.Activate();
         return;
     }
     this.frm = new EmergencyStopForm();
     this.frm.Show();
 }
Ejemplo n.º 2
0
 public void Run()
 {
     if (this.frm != null && !this.frm.IsDisposed)
     {
         this.frm.Activate();
         return;
     }
     this.frm = new EmergencyStopForm();
     this.frm.Show();
 }