예제 #1
0
 public AlarmManager()
 {
     _obj        = this;
     Alarms      = new List <Alarm>();
     AlarmEvents = new List <AlarmEvent>();
 }