Ejemplo n.º 1
0
 protected void btnMetars_Click(object sender, EventArgs e)
 {
     if (e == null)
     {
         throw new ArgumentNullException(nameof(e));
     }
     METAR.RefreshForRoute(txtAirports.Text);
     btnMetars.Visible = false;
 }