Ejemplo n.º 1
0
 private StoredAnnotationLayoutProxy(StoredAnnotationLayoutProxy source, ICloningContext context)
 {
     _layoutId   = source._layoutId;
     _visible    = source.Visible;
     _realLayout = source._realLayout == null ? null : source._realLayout.Clone();
 }
			private StoredAnnotationLayoutProxy(StoredAnnotationLayoutProxy source, ICloningContext context)
			{
				_layoutId = source._layoutId;
				_visible = source.Visible;
				_realLayout = source._realLayout == null ? null : source._realLayout.Clone();
			}