Ejemplo n.º 1
0
        public void DatoAInterfazUsuario(object obj)
        {
            if (this.presentador == null)
            {
                this.presentador = new ucSeguroDetallePRE(this);
            }

            this.presentador.DatoAInterfazUsuario(obj);
        }
Ejemplo n.º 2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     this.presentador = new ucSeguroDetallePRE(this);
 }