Beispiel #1
0
 public Principal()
 {
     InitializeComponent();
     this.falta = new Controladores.Falta();
     this.reportes = new Controladores.Reportes();
     this.faltasEstudiante = new Controladores.FaltasEstudiantes();
 }
 public ListaEstudiantes(DataTable estudiantes, Dictionary<string, string> carreras)
 {
     InitializeComponent();
     this.estudiantes = estudiantes;
     this.controller = new Controladores.Estudiante();
     this.reportes = new Controladores.Reportes();
     this.carreras = carreras;
 }
Beispiel #3
0
 public Principal()
 {
     InitializeComponent();
     this.datos = new Dictionary<string, object>();
     this.controlador = new Controladores.Encargado();
     this.carrera = new Controladores.Carrera();
     this.curso = new Controladores.Curso();
     this.estudiante = new Controladores.Estudiante();
     this.oficial = new Controladores.EstudianteOficial();
     this.falta = new Controladores.Falta();
     this.cursoEstudiante = new Controladores.CursoEstudiantes();
     this.faltasEstudiante = new Controladores.FaltasEstudiantes();
     this.reportes = new Controladores.Reportes();
 }
Beispiel #4
0
 public Opciones()
 {
     InitializeComponent();
     this.reportes = new Controladores.Reportes();
 }