示例#1
0
 private void Form1_Load(object sender, EventArgs e)
 {
     dataGridView1.DataSource = serviceClient.GetProducts();
 }