Example #1
0
 public void RefreshGridCustomers()
 {
     dataGridView1.DataSource = CustomersFunctions.ReadGrid();
 }