Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想偶尔显示一些指令,当应用程序安装并开始运行应用程序时,我有 3 个屏幕截图图像一个一个用户点击图像它将转发到下一个图像,所以我如何在 Windows 手机中做到这一点7.?
注意:这只是第一次安装应用程序并查看。
谢谢..!
创建另一个 xaml 页面并将用户重定向到它,以防它是应用程序的第一次启动。
在新创建的页面的加载事件中放置以下代码:
NavigationService.RemoveBackEntry();
应该是这样的。
可能您可以创建一个UserControl在 MainPage 刚刚加载时显示的内容。
UserControl