Beispiel #1
0
 public void loadData()
 {
     try
     {
         dataGridView1.DataSource = _ObjInvoice.GetInVoiceDetailsByCustomerId(selectedCustomerId);
     }
     catch (Exception)
     {
         throw;
     }
 }