Esempio n. 1
0
 public Subscribtion(SqlGameList gameList, PeerBase peer, int maxGameCount)
 {
     this.gameList = gameList;
     this.peer = peer;
     this.maxGameCount = maxGameCount;
 }
Esempio n. 2
0
 public Subscribtion(SqlGameList gameList, PeerBase peer, int maxGameCount)
 {
     this.gameList     = gameList;
     this.peer         = peer;
     this.maxGameCount = maxGameCount;
 }