Server/Slions/Ear/EventMonitorPowerOn.cs
changeset 210 83dd86e73448
parent 209 fef4ca058087
child 211 96f8b4dc4300
     1.1 --- a/Server/Slions/Ear/EventMonitorPowerOn.cs	Fri Jul 22 18:19:49 2016 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,19 +0,0 @@
     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 EventMonitorPowerOn : Event
    1.13 -    {
    1.14 -        public EventMonitorPowerOn()
    1.15 -        {
    1.16 -            Name = "Monitor Power On";
    1.17 -            Description = "";
    1.18 -        }
    1.19 -
    1.20 -    }
    1.21 -
    1.22 -}
    1.23 \ No newline at end of file