public frmAlunosCadastrar(AlunosCtr ctr)
        {
            InitializeComponent();
            controller = ctr;

            CarregarComboboxs();
            InicializarControles();
        }
Пример #2
0
 public frmAlunosPesquisar(AlunosCtr ctr)
 {
     InitializeComponent();
     controller = ctr;
 }