コード例 #1
0
 public SharedDeckInfoWithOwner(SharedDeckInfo deck, bool me)
 {
     IsMe          = me;
     this.GameId   = deck.GameId;
     this.Name     = deck.Name;
     this.OctgnUrl = deck.OctgnUrl;
     this.Username = deck.Username;
 }
コード例 #2
0
ファイル: UserProfilePage.xaml.cs プロジェクト: octgn/OCTGN
 public SharedDeckInfoWithOwner(SharedDeckInfo deck, bool me)
 {
     IsMe = me;
     this.GameId = deck.GameId;
     this.Name = deck.Name;
     this.OctgnUrl = deck.OctgnUrl;
     this.Username = deck.Username;
 }