Exemple #1
0
 public LeftAnimatorListener(SwipeToAction <M> sa, View animated)
 {
 }
Exemple #2
0
 public BaseAnimatorListener(SwipeToAction <M> sa, View animated)
 {
     this.Sa       = sa;
     this.Animated = animated;
 }