摘要: usingSystem;usingSystem.ComponentModel;usingSystem.Windows.Forms;namespaceWindowsApplication4{///<summary>///gui类///</summary>publicpartialclassForm1:Form{publicForm1(){InitializeComponent();}privatevoidbutton1_Click(objectsender,EventArgse){//用子线程工作newSystem.Threading.Thread(newSystem.T 阅读全文
posted @ 2012-09-19 15:19 小さいです哥 阅读(858) 评论(0) 推荐(0)