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

import os
import Dui4Win
from CommonUtil import CommonUtils

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