Sorry 啊,写错了一个地方                     this.timerPerson.Enabled = false;
                    this.timerComputer.Enabled = true;//这儿我想让人走完后人计时就停止,电脑计时就开始
                    //this.timer1.Start();
                    gm.ComputerPutChess();
                    this.timerComputer.Enabled = false;//当电脑走完棋后就停止计时,这儿电脑走棋可能也会花上数秒,可是电脑计时根本就没有走,这是怎么会事啊
                    this.timerPerson.Enabled = true;