子线程执行完后通知主线程

Here is a simple demo by using delegate.html class Program { public delegate void Entrust(); static void Main(string[] args) { Entrust callback = new Entrust(Timer1Complete); Thread th = new Thread(Pr
相关文章
相关标签/搜索