private void btnTorchOn_Click(object sender, EventArgs e) { handler.ThcTestTorchOn(); btnTorchOn.Enabled = false; btnTorchOff.Enabled = true; }
private void btnTorchOn_Click(object sender, EventArgs e) { thc.ThcTestTorchOn(); }