diff -r fef4ca058087 -r 83dd86e73448 Server/Slions/Ear/EventMonitorPowerOff.cs --- a/Server/Slions/Ear/EventMonitorPowerOff.cs Fri Jul 22 18:19:49 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -// - - -using System.Runtime.Serialization; - -namespace Slions.Ear -{ - [DataContract] - class EventMonitorPowerOff : Event - { - public EventMonitorPowerOff() - { - Name = "Monitor Power Off"; - Description = ""; - } - } - -} \ No newline at end of file