Exemple #1
0
        private void button1_Click(object sender, System.EventArgs e)
        {
            CountryList cLst = (CountryList)Activator.GetObject(typeof(CountryList),
                                                                "http://" + pcName + ":8086/CountryList",
                                                                WellKnownObjectMode.Singleton);

            listBox1.DataSource = cLst.GetList();
        }