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