示例#1
0
 public AlunoForm()
 {
     this.CursoBLL  = new CursoBLL();
     this.PessoaBLL = new PessoaBLL();
     this.AlunoBLL  = new AlunoBLL();
     InitializeComponent();
 }