def ssoHandler(self, event): dlg = SsoCharacterMgmt(self) dlg.Show()
def ssoHandler(self, event): SsoCharacterMgmt.openOne(parent=self)