コード例 #1
0
 public virtual void CopyFrom(FileCopyConfiguration other)
 {
     handler   = other.handler;
     handlerId = other.handlerId;
 }
コード例 #2
0
		public virtual void CopyFrom (FileCopyConfiguration other)
		{
			handler = other.handler;
			handlerId = other.handlerId;
		}
コード例 #3
0
 internal void Bind(FileCopyHandler handler)
 {
     this.handler   = handler;
     this.handlerId = handler.Id;
 }
コード例 #4
0
		internal void Bind (FileCopyHandler handler)
		{
			this.handler = handler;
			this.handlerId = handler.Id;
		}