Example #1
0
 private void DeviceState(Test test)
 {
     this.dataGridView3.AddRow(test.Id, test.Value, test.Description);
 }
Example #2
0
 private void DeviceAlarm(Test test)
 {
     this.dataGridView2.AddRow(test.Id, test.Value, test.Description);
 }