예제 #1
0
파일: Main.py 프로젝트: iyueer/Yueer_PSS
 def OpenAccountPage(self, evt):
     dlg = Account.AccountPage()
     dlg.ShowModal()
     dlg.Destroy()