Ejemplo n.º 1
0
 internal ConsoleProfile(string gamertag, Xuid onlineXuid, Xuid offlineXuid, SubscriptionTier tier, XboxLiveCountry country, IXboxConsole console, IProfileSupport profileSupport) : base(gamertag, onlineXuid)
 {
     this.OfflineXuid    = offlineXuid;
     this.Tier           = tier;
     this.Country        = country;
     this.Console        = console;
     this.profileSupport = profileSupport;
     //this.Friends = FriendsManagerFactory.CreateFriendsManager(this);
 }
Ejemplo n.º 2
0
 internal ConsoleProfile(string gamertag, Xuid onlineXuid, Xuid offlineXuid, SubscriptionTier tier, XboxLiveCountry country, IXboxConsole console, IProfileSupport profileSupport)
     : base(gamertag, onlineXuid)
 {
     this.OfflineXuid = offlineXuid;
     this.Tier = tier;
     this.Country = country;
     this.Console = console;
     this.profileSupport = profileSupport;
     //this.Friends = FriendsManagerFactory.CreateFriendsManager(this);
 }
Ejemplo n.º 3
0
 internal ConsoleProfilesManager(IXboxConsole console, IProfileSupport profileSupport)
 {
     this.Console        = console;
     this.profileSupport = profileSupport;
 }