SaveCamStatusToEEPROM() public method

public SaveCamStatusToEEPROM ( ) : bool
return bool
コード例 #1
0
 private void buttonSave_Click(object sender, EventArgs e)
 {
     if (ovrSys.SaveCamStatusToEEPROM())
     {
         System.Windows.Forms.MessageBox.Show(this, "The camera setting was saved successfully.", "OvrvisionPro");
     }
 }