Ejemplo n.º 1
0
 public Mover SetFinishFunction(Util.DelegateVoid0Param vf)
 {
     FinishFunc = vf;
     return(this);
 }
Ejemplo n.º 2
0
 public Mover RemoveFinishFunction()
 {
     FinishFunc = null;
     return(this);
 }