摘要: 今天在csdn的icode中C#专栏中看到这样的代码,自己觉得挺好用,就拿出来分享了。1usingSystem;2usingSystem.Collections.Generic;3usingSystem.ComponentModel;4usingSystem.Data;5usingSystem.Drawing;6usingSystem.Text;7usingSystem.Windows.Forms;89namespaceWindowsApplication1310{11publicpartialclassForm1:Form12{13doubleformoldwidth;//窗体原始宽度14d 阅读全文
posted @ 2012-07-25 15:24 流浪者的飘 阅读(2021) 评论(0) 推荐(0) 编辑