后台线程调用前台页面上的内容:windows Form
摘要:BackgroundThreadFunction() { Invoke(new ShowMessage(Show), strAccount, e.Message); } private delegate void ShowMessage(string strAccount, string Exception); private void Show(string strAcco...
阅读全文
posted @ 2012-07-26 10:27
浙公网安备 33010602011771号