首页
Java
登录
6mi
u
盘
搜
搜 索
Java
C# 线程委托
C# 线程委托
xiaoxiao
2021-02-27
141
public delegate void NextPrimeDelegate(); private void bmpPaint2() { System.Threading.Thread.Sleep(8); this.Dispatcher.BeginInvoke( System.Windows.Threading.DispatcherPriority.SystemIdle, new NextPrimeDelegate(this.bmpPaint2) ); }
转载请注明原文地址: https://www.6miu.com/read-16924.html
技术
最新回复
(
0
)