Exemplo n.º 1
0
 void btn_start_Click(object sender, EventArgs e)
 {
     this.SuspendLayout();
     this.stc_start.Visible = false;
     this.atc_gone.Location = new Point(0, 27);
     this.atc_gone.Dock     = DockStyle.Fill;
     this.atc_gone.Visible  = true;
     this.atc_gone.Focus();
     this.atc_gone.KeyUp += new KeyEventHandler(atc_gone_KeyUp);
     ktl           = new FPITestLoader(_ge, this.atc_gone);
     ktl.TestDone += new EventHandler(atl_TestDone);
     ktl.Start();
     this.ResumeLayout();
 }
Exemplo n.º 2
0
 void btn_start_Click(object sender, EventArgs e)
 {
     this.SuspendLayout();
     this.stc_start.Visible = false;
     this.atc_gone.Location = new Point(0, 27);
     this.atc_gone.Dock = DockStyle.Fill;
     this.atc_gone.Visible = true;
     this.atc_gone.Focus();
     this.atc_gone.KeyUp += new KeyEventHandler(atc_gone_KeyUp);
     ktl = new FPITestLoader(_ge, this.atc_gone);
     ktl.TestDone += new EventHandler(atl_TestDone);
     ktl.Start();
     this.ResumeLayout();
 }