Ejemplo n.º 1
0
 private void worker_DoWork(object sender, DoWorkEventArgs e)
 {
     temp_load_dealers = DelarServices.GetAllDelars(0);
 }
Ejemplo n.º 2
0
 protected void BindGrid()
 {
     Delars = DelarServices.GetAllDelars(0);
 }
Ejemplo n.º 3
0
 private void worker_DoWork(object sender, DoWorkEventArgs e)
 {
     temp_Loadtime_Dealers  = DelarServices.GetAllDelars(0);
     temp_loadtime_Category = CategoryServices.GetAllCategory(0);
 }