static void Main(string[] args) { var al = new AnalyseurLINQ(); al.ChargerDonnées(); Console.ReadKey(); }
static void Main(string[] args) { AnalyseurLINQ meteo = new AnalyseurLINQ(); meteo.ChargerDonnées(); meteo.AfficherStats(); Console.ReadKey(); }