Exemplo n.º 1
0
        static void Main(string[] args)
        {
            var al = new AnalyseurLINQ();

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

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