Ejemplo n.º 1
0
 protected void lnkDelete_Click(object sender, EventArgs e)
 {
     DeleteFlight?.Invoke(this, new LogbookEventArgs(FlightID));
 }