Example #1
0
 public static TeamInfoPage OpenTeamInfoPage()
 {
     return(Activators.Get <TeamInfoPage>());
 }
 public static MainLoggedPage OpenMainLoggedPage()
 {
     return(Activators.Get <MainLoggedPage>());
 }
 public static LoginPage OpenLoginPage()
 {
     return(Activators.Get <LoginPage>());
 }
Example #4
0
 public static CompanyInfoForm OpenCompanyInfoForm()
 {
     return(Activators.Get <CompanyInfoForm>());
 }
Example #5
0
 public static BoardPage OpenBoardPage()
 {
     return Activators.Get<BoardPage>();
 }
 public static HomePage OpenHomePage()
 {
     return(Activators.Get <HomePage>());
 }