public ListaDeProfessores()
 {
     this.vetor = new System.Collections.Generic.List<Professor>();
     this.variaveis = new EntradaDeDados.Variaveis();
     this.Load();
 }
示例#2
0
 public ListaDePeriodos()
 {
     this.vetor     = new System.Collections.Generic.List <Periodo>();
     this.variaveis = new EntradaDeDados.Variaveis();
     this.Load();
 }
示例#3
0
 public ListaDeMatriculas()
 {
     this.vetor = new System.Collections.Generic.List<Matricula>();
     this.variaveis = new EntradaDeDados.Variaveis();
 }
示例#4
0
 public ListaDeMatriculas()
 {
     this.vetor     = new System.Collections.Generic.List <Matricula>();
     this.variaveis = new EntradaDeDados.Variaveis();
 }
 public ListaDeDisciplinas()
 {
     this.vetor = new System.Collections.Generic.List<Disciplina>();
     this.variaveis = new EntradaDeDados.Variaveis();
     this.Load();
 }
 public ListaDeDisciplinas()
 {
     this.vetor     = new System.Collections.Generic.List <Disciplina>();
     this.variaveis = new EntradaDeDados.Variaveis();
     this.Load();
 }
示例#7
0
 /// <summary>
 /// Inicializa uma nova instância da classe <see cref="ListaDeAlunos"/>.
 /// </summary>
 public ListaDeAlunos()
 {
     this.vetor = new System.Collections.Generic.List<Aluno>();
     this.variaveis = new EntradaDeDados.Variaveis();
     this.Load();
 }