仪器社区

怎么用c#将计时器的时间记录在textbox里

吾乃六楼1号 2017-08-11
评论
全部评论
heliangdong123
private void timer1_Tick(object sender, EventArgs e)
{
if(textBox3.text != "00")
{
int currentSS = convert.toInt32(textBox3.text);
currentSS--;
this.textBox3.text = currentSS;

}
else
{
2 0 2017-08-12 0条评论 回复
您可能感兴趣的社区主题
加载中...
发布 评论