WPF FPS类
摘要:
public class FPSBase { public static void Run() { CompositionTarget.Rendering += CompositionTarget_Rendering; } public static TimeSpan RunTime { get; 阅读全文
posted @ 2024-11-13 10:39 HotSky 阅读(18) 评论(0) 推荐(0)
RedSky