コード例 #1
0
 protected BasePage()
 {
     PlayerBar = new PlayerBarComponent();
     LeftPanel = new LeftPanelComponent();
 }
コード例 #2
0
 public PlayerControlSteps(PageObjectManager pages)
 {
     PagesContext = pages;
     playerBar    = PagesContext.CurrentPage.PlayerBar;
 }