摘要: namespace Delegates{ partial class Form1 : Form { public Form1() { InitializeComponent(); clock = new Clock(digital); } private void start_Click(object sender, System.EventArgs e) { this.clock.Start(); } private ... 阅读全文
posted @ 2013-04-25 15:27 笑萧亦然 阅读(234) 评论(0) 推荐(0) 编辑