Ejemplo n.º 1
0
Archivo: Roller.cs Proyecto: jhogan/qed
		public void Clear(){
			this.GeneralRollDestinations = new GeneralRollDests(this);
			this.GeneralRollSource = new GeneralRollSrc(this);
			this.GeneralRollSource.RelativeFileSystemInfosToRoll.Clear();
			this.GeneralRollDestinations.Clear();
		}
Ejemplo n.º 2
0
Archivo: Roller.cs Proyecto: jhogan/qed
		public General_Roller() : base(RollType.General){
			_genSrc = new GeneralRollSrc(this);
			_genDests = new GeneralRollDests(this);
		}