private void BTN_AutoOff_Click(object sender, EventArgs e) { BTN_AutoOn.Enabled = true; BTN_AutoOff.Enabled = false; HIOKI3540.Write(Hioki.AutoOff()); }
private void BTN_AutoOff_Click(object sender, EventArgs e) { Hioki3540.Write(hioki.AutoOff()); }