/// <summary> /// Initializes a new instance of the <see cref="Folder"/> class. /// </summary> public Folder(IAbstractElement target) { this.target = target; this.proxy = target.ProxyFor <IFolder>(); }
/// <summary> /// Initializes a new instance of the <see cref="DataContract"/> class. /// </summary> public DataContract(IAbstractElement target) { this.target = target; this.proxy = target.ProxyFor <IDataContract>(); }