摘要: 在窗体的Lable控件中显示时间。Form中内容:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Timers;using timeLib;namespace TEST{ public partial class Form1 : Form { ... 阅读全文
posted @ 2010-04-14 16:38 cpcpc 阅读(5483) 评论(0) 推荐(0)