public MultiCategoriesNewTabViewModel(ITabControlAppParms parms, ITabFactoryService tabFactoryService) { m_Parms = parms; m_TabFactoryService = tabFactoryService; Init(); AddAllSections(); AddAllHeaderActions(); AddAllFooterActions(); if (Sections.Any()) { Sections.First().IsExpanded = true; } }
public TabControlWindowViewModel(ITabControlAppParms parms, ITabFactoryService tabFactory) : base(tabFactory) { m_Parms = parms; m_TabFactory = tabFactory; AppWindow.Instance = this; }
protected TabControlViewModel(ITabFactoryService tabFactoryService) { m_TabFactoryService = tabFactoryService; }