Exemplo n.º 1
0
 def oldkey_install(self, event):
     auto = soft_install()
     auto.oldkey_install()
     app = wx.App(False)
     frame = key_windows(None)
     frame.Show(True)
     app.MainLoop()
Exemplo n.º 2
0
 def yx_install(self, event):
     auto = soft_install()
     auto.yxsystem_install()
     app = wx.App(False)
     frame = yx_windows(None)
     frame.Show(True)
     app.MainLoop()
Exemplo n.º 3
0
 def ziti_install(self, event):
     auto = soft_install()
     auto.ziti_install()
     app = wx.App(False)
     frame = ziti_windows(None)
     frame.Show(True)
     app.MainLoop()
Exemplo n.º 4
0
 def ie_install(self, event):
     auto = soft_install()
     auto.ie_config()
     app = wx.App(False)
     frame = ie_windows(None)
     frame.Show(True)
     app.MainLoop()