SharpLibEar/EventMonitorPowerOff.cs
changeset 231 4c706feaf706
parent 211 96f8b4dc4300
     1.1 --- a/SharpLibEar/EventMonitorPowerOff.cs	Sun Jul 31 12:03:52 2016 +0200
     1.2 +++ b/SharpLibEar/EventMonitorPowerOff.cs	Fri Aug 12 20:25:05 2016 +0200
     1.3 @@ -6,12 +6,11 @@
     1.4  namespace SharpLib.Ear
     1.5  {
     1.6      [DataContract]
     1.7 +    [AttributeObject(Id = "Event.Monitor.PowerOff", Name = "Monitor Power Off", Description = "Windows is powering off your monitor.")]
     1.8      public class EventMonitorPowerOff : Event
     1.9      {
    1.10          public EventMonitorPowerOff()
    1.11          {
    1.12 -            Name = "Monitor Power Off";
    1.13 -            Description = "Windows is powering off your monitor.";
    1.14          }
    1.15      }
    1.16