Example #1
0
        private void Inicializar()
        {
            TipoIntimacionImplement oTipoIntimacionImplement = new TipoIntimacionImplement();

            oTipoIntimacionImplement.CargarCombo(this.cmbTipoIntimacion, "Seleccione Tipo IntimaciĆ³n");
            CargarGrilla(_idSocio);
            this.panelAdd.Visible = false;
        }
 private void CargarTipoIntimacion()
 {
     TipoIntimacionImplement oTipoIntimacionImplement = new TipoIntimacionImplement();
     oTipoIntimacionImplement.CargarCombo(this.cmbTipoIntimacion, "Seleccione tipo intimacion");
 }
        private void CargarTipoIntimacion()
        {
            TipoIntimacionImplement oTipoIntimacionImplement = new TipoIntimacionImplement();

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