摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> #region 倒计时 private int leftTime = 10; private void timer2_Tick(object sender, EventArgs e) { if (currentEmployee != null && currentEmployee.IsEmployee) { this.lbInfo.Text = "您好!" 阅读全文
posted @ 2011-01-20 10:17 盛行天宇 阅读(368) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> #region 添加消息列 /// <summary> /// 添加消息列 /// </summary> private void GetLinkLable() { try { string user = " and 员工编码=" + TaskNotifier.currentEmployee.EmployeeCode.ToString(); ILis 阅读全文
posted @ 2011-01-20 10:12 盛行天宇 阅读(371) 评论(0) 推荐(0) 编辑