コード例 #1
0
 public Subscribtion(SqlGameList gameList, PeerBase peer, int maxGameCount)
 {
     this.gameList = gameList;
     this.peer = peer;
     this.maxGameCount = maxGameCount;
 }
コード例 #2
0
ファイル: SqlGameList.cs プロジェクト: JasoonS/TotalTempo2
 public Subscribtion(SqlGameList gameList, PeerBase peer, int maxGameCount)
 {
     this.gameList     = gameList;
     this.peer         = peer;
     this.maxGameCount = maxGameCount;
 }