Пример #1
0
 internal void InitializeLayer(LayerBase layer)
 {
     layer.AttachToPanel(this.panel);
     layer.Owner = this;
 }