请问uwp应用调试时,这个怎么关掉啊,挡住按钮了
答案:1 悬赏:70 手机版
解决时间 2021-03-24 06:26
- 提问者网友:書生途
- 2021-03-23 22:07
请问uwp应用调试时,这个怎么关掉啊,挡住按钮了
最佳答案
- 五星知识达人网友:傲气稳了全场
- 2021-03-23 22:35
你进入app.xaml.cs 找到下面这段程序,删除就好了
#if DEBUG
if (System.Diagnostics.Debugger.IsAttached)
{
this.DebugSettings.EnableFrameRateCounter = true;
}
#endif
#if DEBUG
if (System.Diagnostics.Debugger.IsAttached)
{
this.DebugSettings.EnableFrameRateCounter = true;
}
#endif
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯