Ejemplo n.º 1
0
        private void Form1_Load(object sender, EventArgs e)
        {
            RadarServiceClient client = new RadarServiceClient();

            radarBindingSource.DataSource = client.GetRadarList("");
        }