예제 #1
0
 public static bool?Down(IMobile entity, params string[] args)
 {
     return(entity.MoveDown(Convert.ToInt16(args[0])));
 }