def reset(self):
self.Bind(wx.EVT_TIMER, self.OnTimer1, self.timer1)
self.text.SetLabel('Done!')
self.count = 0
self.count2 = 0
self.count3 = 0
self.nametc.Clear()
self.tc.Clear()
self.timer1 = wx.Timer(self, 1)
self.timer2 = wx.Timer(self, 1)
self.timer3 = wx.Timer(self, 1)
评论列表
文章目录