private void timer1_Tick(object sender, EventArgs e) { labTime.Text = "请确保当前系统时间为正确时间 " + DateTime.Now.ToString(); }
相关分类