Exemple #1
0
 private void LoadGridViewService(string Lang)
 {
     try
     {
         OtherFunctions objFunc  = new OtherFunctions();
         DataSet        ds       = objFunc.GetAllService("Service", Globals.AgentCatID, Lang);
         GridViewHelper gvHelper = new GridViewHelper();
         gvHelper.FillData(gridViewService, ds);
     }
     catch { }
 }