changeset 210 | 83dd86e73448 |
parent 209 | fef4ca058087 |
child 211 | 96f8b4dc4300 |
1.1 --- a/Server/Slions/Ear/EventMonitorPowerOff.cs Fri Jul 22 18:19:49 2016 +0200 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,18 +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 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