Exemple #1
0
 public DroneController stopAnimation()
 {
     this.droneConnection.sendCommand(StopAnimation.stopAnimation());
     return(this);
 }
Exemple #2
0
 private void Stop_Click(object sender, RoutedEventArgs e)
 => StopAnimation?.Invoke(this, e);