public virtual void CopyFrom(FileCopyConfiguration other)
 {
     handler   = other.handler;
     handlerId = other.handlerId;
 }
		public virtual void CopyFrom (FileCopyConfiguration other)
		{
			handler = other.handler;
			handlerId = other.handlerId;
		}
 internal void Bind(FileCopyHandler handler)
 {
     this.handler   = handler;
     this.handlerId = handler.Id;
 }
		internal void Bind (FileCopyHandler handler)
		{
			this.handler = handler;
			this.handlerId = handler.Id;
		}