【发布时间】:2016-09-24 12:31:57
【问题描述】:
我只是有一个简单的问题,如何关闭这个菜单? LINK to pirntscreen 我在以下位置禁用了帧计数器:
#if DEBUG
if (System.Diagnostics.Debugger.IsAttached)
{
//this.DebugSettings.EnableFrameRateCounter = true;
}
#endif
在方法中:
protected override void OnLaunched(LaunchActivatedEventArgs e);
【问题讨论】:
标签: c# windows universal win2d