Beispiel #1
0
 internal void ServiceSendDeviceEvent(DeviceNotification.DeviceEventInfo e)
 {
     this.DeviceEvent(e);
 }
 protected override void DeviceEvent(DeviceNotification.DeviceEventInfo e)
 {
     this.Log(EventLogEntryType.Information, string.Format("DeviceEvent {0}", e));
 }
Beispiel #3
0
 protected abstract void DeviceEvent(DeviceNotification.DeviceEventInfo e);