Example #1
0
 private void btnTorchOff_Click(object sender, EventArgs e)
 {
     handler.ThcTestTorchOff();
     btnTorchOn.Enabled  = true;
     btnTorchOff.Enabled = false;
 }
Example #2
0
 private void btnTorchOff_Click(object sender, EventArgs e)
 {
     thc.ThcTestTorchOff();
 }