Пример #1
0
 public AlarmManagerReference SetupAlarm(IAlarmHandler alarms)
 {
     return(alarms.AddAlarmImmediate(this, 1f, TimeUnit.Hours));
 }