Esempio n. 1
0
 private void timer_Tick(object sender, EventArgs e)
 {
     val = Measure.GetVoltage();
     fp.AddPoint(DateTime.Now, val);
 }