Ejemplo n.º 1
0
        private LocalTabViewCtrl CreateTabViewUntagged(ColumnConfig[] colConfig)
        {
            LocalTabViewCtrl tabViewUntagged = new UntaggedTabView(s_untaggedKey, s_untaggedKey, DataSourceAdapter, DefaultGameFileSelectFields, TagMapLookup);

            SetupTabBase(tabViewUntagged, DefaultColumnTextFields, colConfig, mnuLocal, true);
            return(tabViewUntagged);
        }
Ejemplo n.º 2
0
        private LocalTabViewCtrl CreateTabViewUntagged(ColumnConfig[] colConfig)
        {
            LocalTabViewCtrl tabViewUntagged = new UntaggedTabView(TabKeys.UntaggedKey, StaticTagData.GetFavoriteName(TabKeys.UntaggedKey), DataSourceAdapter, DefaultGameFileSelectFields, DataCache.Instance.TagMapLookup, GameFileViewFactory);

            SetupTabBase(tabViewUntagged, GameFileViewFactory.DefaultColumnTextFields, colConfig, mnuLocal, true);
            return(tabViewUntagged);
        }