Example #1
0
 protected virtual void OnRaiseAirplaneLandedEvent(LandingEventArgs e)
 {
     AirplaneLandedEvent?.Invoke(this, e);
 }
Example #2
0
 void HandlePlaneLanded(object sender, LandingEventArgs e) => Console.WriteLine("Uf!");