示例#1
0
	def onInstallCommand(self, evt):
		if isInMessageBox:
			return
		from gui import installerGui
		installerGui.showInstallGui()
示例#2
0
 def onInstallCommand(self, evt):
     if isModalMessageBoxActive():
         return
     from gui import installerGui
     installerGui.showInstallGui()
示例#3
0
	def onInstallCommand(self, evt):
		if isInMessageBox:
			return
		from gui import installerGui
		installerGui.showInstallGui()
示例#4
0
	def onInstallCommand(self, evt):
		from gui import installerGui
		installerGui.showInstallGui()