software_updation.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:smartschool 作者: asifkodur 项目源码 文件源码
def on_install(self, event):  # wxGlade: update_win.<event_handler>
        #self.play_animation('')

        if self.button_install.Label=="Check for Update":
            self.button_install.Enable(False)
            self.thread=update_thread(check=True,install=False)
            self.progress_bar.Hide()            

        elif self.button_install.Label=="Install Update":
            #intallhere
            self.button_install.Enable(False)
            self.progress_bar.Show()
            self.thread=update_thread(check=False,install=True)

        event.Skip()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号