示例#1
0
文件: Main.py 项目: iyueer/Yueer_PSS
 def OpenAccountPage(self, evt):
     dlg = Account.AccountPage()
     dlg.ShowModal()
     dlg.Destroy()