摘要:
; -- Example1.iss -- ; Demonstrates copying 3 files and creating an icon. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING .ISS SCRIPT FILES! [Setup] A 阅读全文
摘要:
原来c#里面所有其他线程调用的都要加,不加就会卡死 private delegate void DispMSGDelegate1(string MSG); public void setContentText(string txt) { if (this.richTextBox1.InvokeReq 阅读全文