Beispiel #1
0
 private void Application_Startup(object sender, StartupEventArgs e)
 {
     InitTheme();
     THost host = new THost();
     this.RootVisual = host;
     //SMT.Workflow.Platform.Designer.AppContext.Host = host;
     //this.RootVisual = new MainPage();
     //this.RootVisual = new TreeViewTest();
     //this.ap
     AppContext.Host = host;
     InitComonConverter();
 }
Beispiel #2
0
        private void Application_Startup(object sender, StartupEventArgs e)
        {
            InitTheme();
            THost host = new THost();

            this.RootVisual = host;
            //SMT.Workflow.Platform.Designer.AppContext.Host = host;
            //this.RootVisual = new MainPage();
            //this.RootVisual = new TreeViewTest();
            //this.ap
            AppContext.Host = host;
            InitComonConverter();
        }