Beispiel #1
0
 public Presenter(IClock clock)
 {
     _clock = clock;
     _clock.Attach(this);
 }