Exemplo n.º 1
0
 public ResetController(IResetLogic resetLogic)
 {
     _resetLogic = resetLogic;
 }
Exemplo n.º 2
0
 public SimpleClockLogic(IDrawSinglePixel drawer, IStateHandler stateHandler, IResetLogic resetLogic)
 {
     _drawer       = drawer;
     _stateHandler = stateHandler;
     _resetLogic   = resetLogic;
 }