Ejemplo n.º 1
0
 public Scroller(ScrollerType type)
 {
     this.state = ScrollerStates.Normal;
     this.position = new Point();
     this.type = type;
 }
Ejemplo n.º 2
0
 public Scroller(ScrollerType type)
 {
     this.state    = ScrollerStates.Normal;
     this.position = new Point();
     this.type     = type;
 }