예제 #1
0
 public void cargaExcel()
 {
     try
     {
         CargarArchivoExcelADataTable();
         ListaProcesada = BusMarcac.ProcesarDataTableAInfo_x_TipEquipo(ds, Convert.ToInt32(cmbTipoEquipo.EditValue), param.IdEmpresa, ref msg);
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.ToString());
         Log_Error_bus.Log_Error(ex.ToString());
     }
 }