Exemplo n.º 1
0
        private void Inicializar()
        {
            TipoIntimacionImplement oTipoIntimacionImplement = new TipoIntimacionImplement();

            oTipoIntimacionImplement.CargarCombo(this.cmbTipoIntimacion, "Seleccione Tipo Intimación");
            CargarGrilla(_idSocio);
            this.panelAdd.Visible = false;
        }
Exemplo n.º 2
0
 private void CargarTipoIntimacion()
 {
     TipoIntimacionImplement oTipoIntimacionImplement = new TipoIntimacionImplement();
     oTipoIntimacionImplement.CargarCombo(this.cmbTipoIntimacion, "Seleccione tipo intimacion");
 }
Exemplo n.º 3
0
        private void CargarTipoIntimacion()
        {
            TipoIntimacionImplement oTipoIntimacionImplement = new TipoIntimacionImplement();

            oTipoIntimacionImplement.CargarCombo(this.cmbTipoIntimacion, "Seleccione tipo intimacion");
        }
Exemplo n.º 4
0
 private void Inicializar()
 {
     TipoIntimacionImplement oTipoIntimacionImplement = new TipoIntimacionImplement();
     oTipoIntimacionImplement.CargarCombo(this.cmbTipoIntimacion, "Seleccione Tipo Intimación");
     CargarGrilla(_idSocio);
     this.panelAdd.Visible = false;
 }