def __ClickLogOutButton(self): if SYSTEM_MENU_FOR_PORTAL: if app.loggined: self.Close() net.ExitApplication() else: self.Close() net.LogOutGame() else: self.Close() net.LogOutGame()
def __ClickExitButton(self): self.Close() net.ExitApplication()