Exemplo n.º 1
0
 protected bool AddMoveDelegate(OnElementMoveDelegate d)
 {
     if (!((d == null) || this.alMoveDelegates.Contains(d)))
     {
         this.alMoveDelegates.Add(d);
         return(true);
     }
     return(false);
 }
Exemplo n.º 2
0
 protected bool AddMoveDelegate(OnElementMoveDelegate d)
 {
     if (!((d == null) || this.alMoveDelegates.Contains(d)))
     {
         this.alMoveDelegates.Add(d);
         return true;
     }
     return false;
 }