示例#1
0
 public Scroller(ScrollerType type)
 {
     this.state = ScrollerStates.Normal;
     this.position = new Point();
     this.type = type;
 }
示例#2
0
 public Scroller(ScrollerType type)
 {
     this.state    = ScrollerStates.Normal;
     this.position = new Point();
     this.type     = type;
 }