Esempio n. 1
0
        public static void DoWait()
        {
            Log.Debug("Alarm thread started");
            AlarmThread theAlarm = new AlarmThread(AlarmClockService.alarm_service);

            theAlarm.MainLoop();
        }
 public static void DoWait()
 {
     Log.Debug ("Alarm thread started");
     AlarmThread theAlarm = new AlarmThread (AlarmClockService.alarm_service);
     theAlarm.MainLoop ();
 }