Пример #1
0
 public void MoveTo(double x, double y, double z)
 {
     MoveToCommand?.Invoke(this, new CameraCommandsEventArgs(x, y, z));
 }