Exemplo n.º 1
0
 public void UnRegisteBall(BallEntity ball)
 {
     BallsSet.Remove(ball);
 }
Exemplo n.º 2
0
 public void RegisteBall(BallEntity ball)
 {
     BallsSet.Add(ball);
 }