コード例 #1
0
def PyAppLaunch():
    AdjustSysPath()
    CommonUtils.SaveExePath()
    Dui4Win.Run()
コード例 #2
0
ファイル: AppLaunch.py プロジェクト: xsjames/pyui4win
def PyAppLaunch():
    Dui4Win.Run()
コード例 #3
0
def PyAppLaunch():
    CommonUtils.SaveExePath()
    Dui4Win.Run()
コード例 #4
0
ファイル: DebugEntry.py プロジェクト: wyrover/pyui4win
__author__ = 'huqinghua'
# coding=gbk

import os
import Dui4Win
from CommonUtil import CommonUtils

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