yanchicao-yiwei-slt
This commit is contained in:
14
output/bin/Release/Lib/wpf.py
Executable file
14
output/bin/Release/Lib/wpf.py
Executable file
@@ -0,0 +1,14 @@
|
||||
#-*- coding: ISO-8859-1 -*-
|
||||
|
||||
def _():
|
||||
import sys
|
||||
if sys.platform == 'cli':
|
||||
import clr
|
||||
try:
|
||||
clr.AddReference('IronPython.Wpf')
|
||||
except:
|
||||
pass
|
||||
_()
|
||||
del _
|
||||
|
||||
from _wpf import *
|
||||
Reference in New Issue
Block a user