Exemple #1
0
        private void BTN_AutoOff_Click(object sender, EventArgs e)
        {
            BTN_AutoOn.Enabled  = true;
            BTN_AutoOff.Enabled = false;

            HIOKI3540.Write(Hioki.AutoOff());
        }
Exemple #2
0
 private void BTN_AutoOff_Click(object sender, EventArgs e)
 {
     Hioki3540.Write(hioki.AutoOff());
 }