Exemplo n.º 1
0
 def OnMenuHelp(self, event):
     dlg = AboutDialog(self, "About")
     dlg.CenterOnScreen()
     dlg.ShowModal()
     dlg.Destroy()