예제 #1
0
 def ShowAboutDialog(self):
     dialog = AboutDialog(self._view)
     dialog.Center()
     dialog.ShowModal()
     dialog.Destroy()