摘要:
App closeGenerally, users don't need to close apps, they can let Windows manage them. However, users can choose to close an app using the close gesture or by pressing Alt+F4. You can't include any UI in your app to enable the user to close your app, or it won't pass the Store certificati 阅读全文
摘要:
NavigateMode与App Resume的冲突Loadstate是启动页面加载的;SaveState是离开页面是加载的;Suspending是挂起应用;Resuming是恢复应用;当设置-NavigateMode时,恢复应用时,很无语的发现静态变量在进行循环会变0;for (int i = 0; i < LocalStorage.Data.Count; i++){Attention at = LocalStorage.Data[i] as Attention;await LocalStorage.RestoreAttentionImageAsync(at);}后来只能再转换成局部变 阅读全文
摘要:
You have to set the Style and the Foreground in this way:<ProgressBar Foreground="Yellow" IsIndeterminate="True" Style="{StaticResource CustomProgressBarStyle}"/>You can also find default themes styles in the folder "C:\Program Files (x86)\Windows Kits\8.0\In 阅读全文