Ejemplo n.º 1
0
 Consumer()
 {
     MorningAlarmEvent.AddListener(this.PrintClock);
 }
Ejemplo n.º 2
0
        void MorningArrived()
        {
            DateTime time = DateTime.Today;

            MorningAlarmEvent.PushEvent(time);
        }