Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 WPF 应用程序,我的目的是在 30 秒内没有任何用户交互(无触摸、无点击等)时,该应用程序可以自动导航到主页。我不知道实施它。有人可以给我一些建议吗?十分感谢。
连接 MainWindow 上的 PreviewMouseMove 以重置计时器。此计时器设置为在 30 秒内滴答作响。如果该计时器计时,请导航到该主页。
(这是假设您没有额外的 Windows,因此您需要将它们连接到同一个 PreviewMouseMove)