コード例 #1
0
 public DetalleSeguroPRE(IDetalleSeguroVIS view, IucSeguroDetalleVIS view1)
 {
     try
     {
         this.vista        = view;
         this.vista1       = view1;
         this.presentador1 = new ucSeguroDetallePRE(view1);
         this.controlador  = new SeguroBR();
         this.dctx         = FacadeBR.ObtenerConexion();
     }
     catch (Exception ex)
     {
         this.vista.MostrarMensaje("Inconsistencias en los parámetros de configuración", ETipoMensajeIU.ERROR, this.nombreClase + ".DetalleSeguroPRE:" + ex.Message);
     }
 }
コード例 #2
0
 public ucSeguroDetallePRE(IucSeguroDetalleVIS view)
 {
     this.vista = view;
 }