Esempio n. 1
0
        void load_database()
        {
            DemoServiceClient webservice = new DemoServiceClient();

            Database_fireworks_.ServiceReference1.DemoServiceClient webService = new DemoServiceClient();
            webservice.GetRows1Completed += new EventHandler <GetRows1CompletedEventArgs>(webservice_GetRows1Completed);
            webservice.GetRows1Async();
        }