gpt4 book ai didi

c# - Windows 商店应用程序中的计时器在哪里?

转载 作者:IT王子 更新时间:2023-10-29 04:53:44 26 4
gpt4 key购买 nike

我在用 C# 开发 Windows 应用商店应用时找不到计时器。它的替代/新名称/使用方式是什么?

最佳答案

DispatcherTimer是你要找的

var timer = new DispatcherTimer();
timer.Tick += DispatcherTimerEventHandler;
timer.Interval = new TimeSpan(0,0,0,1);
timer.Start();

关于c# - Windows 商店应用程序中的计时器在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13772955/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com