コード例 #1
0
 private StoredAnnotationLayoutProxy(StoredAnnotationLayoutProxy source, ICloningContext context)
 {
     _layoutId   = source._layoutId;
     _visible    = source.Visible;
     _realLayout = source._realLayout == null ? null : source._realLayout.Clone();
 }
コード例 #2
0
			private StoredAnnotationLayoutProxy(StoredAnnotationLayoutProxy source, ICloningContext context)
			{
				_layoutId = source._layoutId;
				_visible = source.Visible;
				_realLayout = source._realLayout == null ? null : source._realLayout.Clone();
			}