public RandomDisplay(DisplayImpl impl) : base(impl)
 {
 }
예제 #2
0
 public IncreaseDisplay(DisplayImpl impl, int step = 1) : base(impl)
 {
     this.step = step;
 }