运维网's Archiver
论坛
›
Python
› PPC上的Python IDE-seewind
kingbosster
发表于 2018-8-3 13:18:39
PPC上的Python IDE-seewind
class OpenFileDialogEx(OpenFileDialog):
def DoIt(self):
if gfDll:
return GetFileFunc()
else:
return OpenFileDialog.DoIt(self)
页:
[1]
查看完整版本:
PPC上的Python IDE-seewind