예제 #1
0
 private void importFondeo()
 {
     try
     {
         string folioFondeo = string.Empty;
         int    rowAffected = EntradaCtrl.FondeoInsertData(ref folioFondeo, ((MstCasc)this.Master).getUsrLoged().Id);
         lbl_NoFolios.Text = "No de Partidas Agregadas: " + rowAffected.ToString() + "; Folio: " + folioFondeo;
     }
     catch
     {
         throw;
     }
 }