Queue.UI.WPF.TemplateManager.TemplateManager C# (CSharp) Method

TemplateManager() public method

public TemplateManager ( string app, string theme = "default" ) : System
app string
theme string
return System
        public TemplateManager(string app, string theme = "default")
        {
            this.app = app;
            this.theme = theme;

            ServiceLocator.Current.GetInstance<IUnityContainer>()
                .BuildUp(this);
        }