摘要: public partial class Form1 : Form { private bool flag = true; delegate void SetTextDelegate(Label label, string text); private Label[] labels; private Font font; public Form1() { InitializeComponent(); } /// <summary> /// 制... 阅读全文
posted @ 2012-11-21 15:31 二哥(阿伟) 阅读(832) 评论(0) 推荐(0)