Ejemplo n.º 1
0
 public void RemoveDrawable(IDrawable drawable)
 {
     if (drawables.Count() > 0)
     {
         drawables.Remove(drawable);
     }
 }