2013-08-21 94 views

回答

0

做一个appbar的炫魅

然后,XAML页面之间切换时,做 this.Content = new Page().Content; //change page to the page you want it to switch to.

要切换回第一页,首先在初始化事件中添加这一点。

UIElement main; 
main = this.Content; 
相关问题