Exemple #1
0
        static void Main(string[] args)
        {
            var al = new AnalyseurLINQ();

            al.ChargerDonnées();
            Console.ReadKey();
        }
Exemple #2
0
        static void Main(string[] args)
        {
            AnalyseurLINQ meteo = new AnalyseurLINQ();

            meteo.ChargerDonnées();
            meteo.AfficherStats();
            Console.ReadKey();
        }