Example #1
0
 public void LoadProduct()
 {
     dtOrder             = orderData.GetAllOrder().Tables[0];
     dgvOrder.DataSource = dtOrder;
 }