Esempio n. 1
0
 private void LoadStopFee()
 {
     try
     {
         HPS.BLL.StopFeeBLL.BLLStopFee_TFactory StopFeeFactory = new HPS.BLL.StopFeeBLL.BLLStopFee_TFactory();
         DataTable StopFeeDataTable = new DataTable();
         StopFeeFactory.GetAll(ref StopFeeDataTable);
         this.StopFeeGridView.DataSource = StopFeeDataTable;
     }
     catch (System.Exception ex)
     {
         throw ex;
     }
 }