예제 #1
0
파일: Roller.cs 프로젝트: jhogan/qed
		public void Clear(){
			this.GeneralRollDestinations = new GeneralRollDests(this);
			this.GeneralRollSource = new GeneralRollSrc(this);
			this.GeneralRollSource.RelativeFileSystemInfosToRoll.Clear();
			this.GeneralRollDestinations.Clear();
		}
예제 #2
0
파일: Roller.cs 프로젝트: jhogan/qed
		public General_Roller() : base(RollType.General){
			_genSrc = new GeneralRollSrc(this);
			_genDests = new GeneralRollDests(this);
		}