public void SetUp() { cadastroProfessorPage = new CadastroProfessorPage(); cadastroProfessorPage.ClickMenu(Menu.Acadêmico); cadastroProfessorPage.ClickMenu(Menu.Professores); cadastroProfessorPage.NovoProfessorClick(); }
public Professor() { InitializeComponent(); CadastroProfessorPage navhome = new CadastroProfessorPage(); navhome.Title = "Inserir Professor"; Children.Add(navhome); IncluirTurmasProf navhome3 = new IncluirTurmasProf(); navhome3.Title = " Incluir Turmas"; Children.Add(navhome3); }