Esempio n. 1
0
 private void StopBtn_Click(object sender, EventArgs e)
 {
     GT668Class.GT668StopMeasurements();
     this._StatusLbl.Text   = "Stoping - done.";
     this._StopBtn.Enabled  = false;
     this._ConfBtn.Enabled  = true;
     this._StartBtn.Enabled = true;
 }
Esempio n. 2
0
 private void DebugFrm_FormClosing(object sender, FormClosingEventArgs e)
 {
     GT668Class.GT668StopMeasurements();
 }