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