Exemple #1
0
 public void Remove(ScLayer childLayer)
 {
     childLayer.RemoveContextRelationInfo();
     childLayer.Dispose();
     controls.Remove(childLayer);
 }