Пример #1
0
 public void Convert(IController source, LibGPGXDynamic.InputData target)
 {
     this.source = source;
     this.target = target;
     target.ClearAllBools();
     foreach (var f in Converts)
     {
         f();
     }
     this.source = null;
     this.target = null;
 }
		public void Convert(IController source, LibGPGXDynamic.InputData target)
		{
			this.source = source;
			this.target = target;
			target.ClearAllBools();
			foreach (var f in Converts)
				f();
			this.source = null;
			this.target = null;
		}