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; }
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(); }
public Opciones() { InitializeComponent(); this.reportes = new Controladores.Reportes(); }