/// <summary> /// The main function: instant Agilent, MPQ class, and textboxes. /// </summary> public MainForm() { InitializeComponent(); agilentDevice = new Agilent(); mpqDevice = new MPQ(); dutTextBoxWellA = new TextBox[]{ this.textBoxDUT1, this.textBoxDUT2, this.textBoxDUT3, this.textBoxDUT4, this.textBoxDUT5, this.textBoxDUT6, this.textBoxDUT7, this.textBoxDUT8}; }
private void GoogleGlass_Load(object sender, EventArgs e) { Config.read(); agilentDevice = new Agilent(); m_SFCS = new SFCS(); buttonStart.Enabled = false; bridge = new USB_I2C(); bridge.DeviceAddress = Config.I2C_ADDRESS; Manufacture.operatorID = "google"; Manufacture.testStation = "ALS"; Manufacture.testSite = "Sigma"; }
public FormCh1Voltage() { InitializeComponent(); agilentDevice = new Agilent(); }