Exemplo n.º 1
0
 public void Setup()
 {
     _customTimer    = new CustomTimer();
     _getCustomTimer = callback => _customTimer.SetCallback(callback);
 }