Server/Slions/Ear/EventMonitorPowerOff.cs
changeset 209 fef4ca058087
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Server/Slions/Ear/EventMonitorPowerOff.cs	Fri Jul 22 18:19:49 2016 +0200
     1.3 @@ -0,0 +1,18 @@
     1.4 +//
     1.5 +
     1.6 +
     1.7 +using System.Runtime.Serialization;
     1.8 +
     1.9 +namespace Slions.Ear
    1.10 +{
    1.11 +    [DataContract]
    1.12 +    class EventMonitorPowerOff : Event
    1.13 +    {
    1.14 +        public EventMonitorPowerOff()
    1.15 +        {
    1.16 +            Name = "Monitor Power Off";
    1.17 +            Description = "";
    1.18 +        }
    1.19 +    }
    1.20 +
    1.21 +}
    1.22 \ No newline at end of file