コード例 #1
0
 protected MainTabBasePage()
 {
     context = new InitMainTabContext(MenuHeader, ViewName, byKeyElement);
     tab     = new MainTabFrame(context);
 }
コード例 #2
0
 /// <summary>
 /// Ctor to switch driver on the expected view in MainTab frame.
 /// </summary>
 public MainTabFrame(InitMainTabContext tabContext)
 {
     this._tabContext = tabContext;
     Url = mainTab.Url;
 }