Пример #1
0
 public UptimeMonitor(IClock clock)
 {
     this.clock = clock;
     this.start = clock.Get();
 }