private void TimeEvent(object sender, ClockEventsArgs watchEventsArgs)
 {
     Console.WriteLine($"Сообщение от ClockSubscriber: {watchEventsArgs} ");
 }
Esempio n. 2
0
 private void OnTimeIsOver(ClockEventsArgs e)
 {
     TimeIsOver(this, e);
 }