delegate Demo (一个关于System.Timers.Timer的Demo)
摘要: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