Sidebar |
ストアアプリ 左上の数字を消す 左上の数字邪魔
(1) App.xaml.cs を開きます (2) OnLaunchedを修正します protected override void OnLaunched(LaunchActivatedEventArgs e) { #if DEBUG
if (System.Diagnostics.Debugger.IsAttached)
{
//this.DebugSettings.EnableFrameRateCounter = true;
}
#endif
コメントアウトします falseいれてもいいのですが、コメントアウトのほうが便利でしょう EnableFramerateCounter
カテゴリー: ぷろぐらみんぐ/メモ
2016.06.14
|
Sidebar |