Exemplo n.º 1
0
def PyAppLaunch():
    AdjustSysPath()
    CommonUtils.SaveExePath()
    Dui4Win.Run()
Exemplo n.º 2
0
def PyAppLaunch():
    Dui4Win.Run()
Exemplo n.º 3
0
def PyAppLaunch():
    CommonUtils.SaveExePath()
    Dui4Win.Run()
Exemplo n.º 4
0
__author__ = 'huqinghua'
# coding=gbk

import os
import Dui4Win
from CommonUtil import CommonUtils

if __name__ == "__main__":
    CommonUtils.SaveExePath()
    Dui4Win.Run()