Exemplo n.º 1
0
 public void AddDrawable(Drawable drawable)
 {
     _drawables.Add(drawable);
 }
Exemplo n.º 2
0
 public void Remove(Drawable drawable)
 {
     _drawables.Remove(drawable);
 }