StephaneLenclud@209: // StephaneLenclud@209: StephaneLenclud@209: StephaneLenclud@209: using System.Runtime.Serialization; StephaneLenclud@209: StephaneLenclud@209: namespace Slions.Ear StephaneLenclud@209: { StephaneLenclud@209: [DataContract] StephaneLenclud@209: class EventMonitorPowerOn : Event StephaneLenclud@209: { StephaneLenclud@209: public EventMonitorPowerOn() StephaneLenclud@209: { StephaneLenclud@209: Name = "Monitor Power On"; StephaneLenclud@209: Description = ""; StephaneLenclud@209: } StephaneLenclud@209: StephaneLenclud@209: } StephaneLenclud@209: StephaneLenclud@209: }