Ejemplo n.º 1
0
		def __init__(self, window, gamertag):
			## Initialize navigator
			Navigator.__init__(self, "Creating XBox Profile")
			
			## Reference application
			self.window = window
			
			## Reference the gamer tag
			self.GamerTag = gamertag
Ejemplo n.º 2
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Navigating to Login Windows")
			
			## Reference application
			self.window = window
Ejemplo n.º 3
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Start session lets play")
			
			## Reference application
			self.window = window
Ejemplo n.º 4
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Checking if there is a XBox Profile")
			
			## Reference application
			self.window = window
Ejemplo n.º 5
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Exploring Games")
			
			## Reference application
			self.window = window
Ejemplo n.º 6
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Confirming Subscription")
			
			## Reference application
			self.window = window
Ejemplo n.º 7
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Adding Credit Card")
			
			## Reference application
			self.window = window
Ejemplo n.º 8
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Navigating to Microsoft Account Verify")
			
			## Reference application
			self.window = window
Ejemplo n.º 9
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Checking if has Ultimate Pass")
			
			## Reference application
			self.window = window
Ejemplo n.º 10
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Navigating To Manage Ultimate Game Pass")
			
			## Reference application
			self.window = window
Ejemplo n.º 11
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Checking if is logged in")
			
			## Reference application
			self.window = window
Ejemplo n.º 12
0
		def __init__(self, window, domainIdx, email, password, name, surname):
			## Initialize navigator
			Navigator.__init__(self, "Registering account %s" % email)
			
			## Reference application
			self.window = window
Ejemplo n.º 13
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Logout from current session")
			
			## Reference application
			self.window = window
Ejemplo n.º 14
0
		def __init__(self, window, email, password):
			## Initialize navigator
			Navigator.__init__(self, "Logging in as %s" % email)
			
			## Reference application
			self.window = window