Esempio n. 1
0
 public StopedState(DrawerState state)
 {
     this.Drawer   = state.Drawer;
     this.DrawStep = state.DrawStep;
 }
Esempio n. 2
0
 public PausedState(DrawerState state)
 {
     this.Drawer   = state.Drawer;
     this.DrawStep = state.DrawStep;
 }
Esempio n. 3
0
 public RunningState(DrawerState state)
 {
     this.Drawer   = state.Drawer;
     this.DrawStep = state.DrawStep;
 }