コード例 #1
0
 internal void Dispose()
 {
     this.user    = null;
     this.message = null;
 }
コード例 #2
0
 public TeamScoreChangedArgs(int points, Team team, RoomUser user)
 {
     this.Points = points;
     this.Team   = team;
     this.user   = user;
 }