摘要: WPF 定时器传参: public static void TimerFun(string str) { DispatcherTimer createIconTimer = new DispatcherTimer(); createIconTimer.Tick += (s, e) => { Cons 阅读全文
posted @ 2020-12-23 16:53 超级驼鹿 阅读(637) 评论(0) 推荐(0)
/*