コード例 #1
0
ファイル: Main.py プロジェクト: iyueer/Yueer_PSS
 def OpenAccountPage(self, evt):
     dlg = Account.AccountPage()
     dlg.ShowModal()
     dlg.Destroy()