author | StephaneLenclud |
Sun, 21 Aug 2016 16:35:20 +0200 | |
changeset 249 | cadc4e4302c6 |
parent 211 | 96f8b4dc4300 |
permissions | -rw-r--r-- |
StephaneLenclud@210 | 1 |
// |
StephaneLenclud@210 | 2 |
|
StephaneLenclud@210 | 3 |
|
StephaneLenclud@210 | 4 |
using System.Runtime.Serialization; |
StephaneLenclud@210 | 5 |
|
StephaneLenclud@210 | 6 |
namespace SharpLib.Ear |
StephaneLenclud@210 | 7 |
{ |
StephaneLenclud@210 | 8 |
[DataContract] |
StephaneLenclud@231 | 9 |
[AttributeObject(Id = "Event.Monitor.PowerOn", Name = "Monitor Power On", Description = "Windows is powering on your monitor.")] |
StephaneLenclud@210 | 10 |
public class EventMonitorPowerOn : Event |
StephaneLenclud@210 | 11 |
{ |
StephaneLenclud@210 | 12 |
public EventMonitorPowerOn() |
StephaneLenclud@210 | 13 |
{ |
StephaneLenclud@210 | 14 |
} |
StephaneLenclud@210 | 15 |
|
StephaneLenclud@210 | 16 |
} |
StephaneLenclud@210 | 17 |
|
StephaneLenclud@210 | 18 |
} |