Exemplo n.º 1
0
 public virtual Task ResolveSwipe(Direction direction)
 {
     if (AttachedCell.MustActivate(this))
     {
         return(AttachedCell.Activate(this));
     }
     else
     {
         return(SelfActivate(direction));
     }
 }