Ejemplo n.º 1
0
 internal void init(ILayerCollectionContainer lcc)
 {
     this.myLayerCollectionContainer = lcc;
     this.myDefaultLayer             = new DiagramLayer();
     this.myDefaultLayer.init(this.myLayerCollectionContainer);
     this.myLayers.Add(this.myDefaultLayer);
     this.myDefaultLayer.Identifier = 0;
 }
Ejemplo n.º 2
0
 internal void init(ILayerCollectionContainer lcc)
 {
     this.myLayerCollectionContainer = lcc;
     this.myDefaultLayer = new DiagramLayer();
     this.myDefaultLayer.init(this.myLayerCollectionContainer);
     this.myLayers.Add(this.myDefaultLayer);
     this.myDefaultLayer.Identifier = 0;
 }
Ejemplo n.º 3
0
 internal void init(ILayerCollectionContainer lcc)
 {
     this.myLayerCollectionContainer = lcc;
     this.myIsInDocument             = lcc is DiagramDocument;
     this.myAllowPrint = this.myIsInDocument;
 }
Ejemplo n.º 4
0
 internal void init(ILayerCollectionContainer lcc)
 {
     this.myLayerCollectionContainer = lcc;
     this.myIsInDocument = lcc is DiagramDocument;
     this.myAllowPrint = this.myIsInDocument;
 }