コード例 #1
0
ファイル: IService.cs プロジェクト: radtek/HoytSoft.Service
 internal void ServiceSendDeviceEvent(DeviceNotification.DeviceEventInfo e)
 {
     this.DeviceEvent(e);
 }
コード例 #2
0
 protected override void DeviceEvent(DeviceNotification.DeviceEventInfo e)
 {
     this.Log(EventLogEntryType.Information, string.Format("DeviceEvent {0}", e));
 }
コード例 #3
0
ファイル: IService.cs プロジェクト: radtek/HoytSoft.Service
 protected abstract void DeviceEvent(DeviceNotification.DeviceEventInfo e);