Ejemplo n.º 1
0
 public bool MoveTo(float x, float y, float z)
 {
     return(_formMap?.MoveTo(x, y, z) ?? true);
 }