Esempio n. 1
0
 public MateriaDesktop()
 {
     InitializeComponent();
     this.materiaLogic        = new MateriaLogic();
     this.metodosParaControls = new MetodosParaControls();
     CargarCombos();
 }
Esempio n. 2
0
        public AlumnoDesktop()
        {
            InitializeComponent();
            this.metodoParaControles = new MetodosParaControls();
            PlanLogic pl = new PlanLogic();

            this.cmbPlan.DataSource    = pl.GetAllForCombo();
            this.cmbPlan.DisplayMember = "Descripcion";
            this.cmbPlan.ValueMember   = "Id";
        }
Esempio n. 3
0
 public ComisionDesktop()
 {
     InitializeComponent();
     this.metodoParaControles = new MetodosParaControls();
     this.CargarCombos();
 }
Esempio n. 4
0
 public UsuarioDesktop()
 {
     InitializeComponent();
     this.metodoParaControles = new MetodosParaControls();
 }
Esempio n. 5
0
 public EspecialidadDesktop()
 {
     InitializeComponent();
     this.metodoParaControles = new MetodosParaControls();
 }
Esempio n. 6
0
 public ProfesorDesktop()
 {
     InitializeComponent();
     this.metodoParaControles = new MetodosParaControls();
     llenarCombo();
 }