Ejemplo n.º 1
0
 internal void DestroyLayer(LayerBase layer)
 {
     layer.DetachFromPanel(this.panel);
     layer.Owner = null;
 }