예제 #1
0
 public bool Move(int initialPosition, int targetPosition)
 {
     return(_axMap.MoveLayer(initialPosition, targetPosition));
 }