Esempio n. 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Consulta c = new Consulta();

            c.Show();
        }
Esempio n. 2
0
 public frmAluno(Usuario aluno)
 {
     InitializeComponent();
     this.Aluno      = aluno;
     this.TodasDatas = Consulta.getDatas(Consulta.getUsuarios(), this.Aluno);
 }