Beispiel #1
0
 public Login()
 {
     InitializeComponent();
     this.controller = new Controladores.Controller();
     this.reportes = new Controladores.Reportes();
     this.estudiante = new Controladores.Estudiante();
 }
Beispiel #2
0
 public Reportes()
 {
     this.carrera = new Carrera();
     this.estudiante = new Estudiante();
 }
 public FaltasEstudiantes()
 {
     this.carrera = new Carrera();
     this.estudiante = new Estudiante();
 }