コード例 #1
0
        public async void FindEleveAsync()
        {
            WebServiceClient    client = new WebServiceClient();
            IEnumerable <Eleve> result = await client.GetEtudiantsAsync();

            //Affectation du résultat
        }