Set Window.Content to a page by XAML?

后端 未结 2 831
刺人心
刺人心 2021-01-12 17:50


        
2条回答
  •  没有蜡笔的小新
    2021-01-12 18:46

    Try something like this, where MyPageAssembly points to the assembly where your page resides, and MyPage is the name of the Page.

    
        
            
        
    
    

提交回复
热议问题