Пример #1
0
 public void EventCounter()
 {
     this.m_eventCounterCtrl = new Automation.BDaq.EventCounterCtrl();
     this.m_eventCounterCtrl.SelectedDevice = new DeviceInformation(conf.deviceDescription);
 }
Пример #2
0
 public void EventCounter(System.ComponentModel.IContainer components)
 {
     this.m_eventCounterCtrl = new Automation.BDaq.EventCounterCtrl(components);
     this.m_eventCounterCtrl.SelectedDevice = new DeviceInformation(conf.deviceDescription);
 }