示例#1
0
        public SearchResultDrawer(SearchResultTabType tabType)
        {
            this.m_tabType = tabType;
            DataItemMgr itemMgr = new DataItemMgr();

            base.Init(itemMgr);
        }
示例#2
0
 protected void Init(DataItemMgr itemMgr)
 {
     this.InitLayoutOptions();
     this.InitThemeColors();
     this.CreateBaseStyle();
     this.CreateLightLineStyle();
     this.CreateDarkLineStyle();
     this.CreateFocusedLineStyle();
     this.m_itemMgr = itemMgr;
 }