public SearchResultDrawer(SearchResultTabType tabType) { this.m_tabType = tabType; DataItemMgr itemMgr = new DataItemMgr(); base.Init(itemMgr); }
protected void Init(DataItemMgr itemMgr) { this.InitLayoutOptions(); this.InitThemeColors(); this.CreateBaseStyle(); this.CreateLightLineStyle(); this.CreateDarkLineStyle(); this.CreateFocusedLineStyle(); this.m_itemMgr = itemMgr; }