摘要: 1.系统时间的获取(动态显示)public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { //当前系统时间 systime.Text = DateTime.Now.ToString(); timer1.Interval = 1000... 阅读全文
posted @ 2012-10-19 22:34 Cisco_Eng 阅读(97) 评论(0) 推荐(0)
摘要: 很高兴来到博客园 阅读全文
posted @ 2012-05-25 12:44 Cisco_Eng 阅读(63) 评论(0) 推荐(0)