子線程執行完後通知主線程

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
相關文章
相關標籤/搜索