Exemplo n.º 1
0
 public Drawable()
 {
     internalChildren = new LifetimeList <Drawable>(DepthComparer);
 }
Exemplo n.º 2
0
 public Container()
 {
     children = new LifetimeList <Drawable>(DepthComparer);
 }