Exemplo n.º 1
0
 public void RemoveJudge(OjBase oj)
 {
     _onlineJudges.Remove(oj);
 }
Exemplo n.º 2
0
 public void AddJudge(OjBase oj)
 {
     _onlineJudges.Add(oj);
 }