コード例 #1
0
 public ResetController(IResetLogic resetLogic)
 {
     _resetLogic = resetLogic;
 }
コード例 #2
0
 public SimpleClockLogic(IDrawSinglePixel drawer, IStateHandler stateHandler, IResetLogic resetLogic)
 {
     _drawer       = drawer;
     _stateHandler = stateHandler;
     _resetLogic   = resetLogic;
 }