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

下面有一個例子,子線程幹一件事情,作完了通知主線程 spa public class Program { //定義一個爲委託 public delegate void Entrust(string str); static void Main(string[] args) { Entrust callback = new Entrust(CallBa
相關文章
相關標籤/搜索