pojowsh技术开发之家

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年4月21日

摘要: 1.计时类StartTimer.csView Code class StartTimer{public uint second;public uint minute;public uint hour;public Label labelTimer = new Label();public Timer countTimer = new Timer();//定义一个计时器//计时函数public StartTimer(){labelTimer.Size = new Size(120, 20);this.labelTimer.Text = "00:00:00";this.labe 阅读全文
posted @ 2011-04-21 15:58 pojowsh 阅读(1046) 评论(0) 推荐(0)