Exemple #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
Exemple #2
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Navigating to Login Windows")
			
			## Reference application
			self.window = window
Exemple #3
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Start session lets play")
			
			## Reference application
			self.window = window
Exemple #4
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Checking if there is a XBox Profile")
			
			## Reference application
			self.window = window
Exemple #5
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Exploring Games")
			
			## Reference application
			self.window = window
Exemple #6
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Confirming Subscription")
			
			## Reference application
			self.window = window
Exemple #7
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Adding Credit Card")
			
			## Reference application
			self.window = window
Exemple #8
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Navigating to Microsoft Account Verify")
			
			## Reference application
			self.window = window
Exemple #9
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Checking if has Ultimate Pass")
			
			## Reference application
			self.window = window
Exemple #10
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Navigating To Manage Ultimate Game Pass")
			
			## Reference application
			self.window = window
Exemple #11
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Checking if is logged in")
			
			## Reference application
			self.window = window
Exemple #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
Exemple #13
0
		def __init__(self, window):
			## Initialize navigator
			Navigator.__init__(self, "Logout from current session")
			
			## Reference application
			self.window = window
Exemple #14
0
		def __init__(self, window, email, password):
			## Initialize navigator
			Navigator.__init__(self, "Logging in as %s" % email)
			
			## Reference application
			self.window = window