Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="FinalBuilderTask" /> class.
 /// </summary>
 /// <param name="registry">The registry.</param>
 /// <param name="executor">The executor.</param>
 /// <remarks></remarks>
 public FinalBuilderTask(IRegistry registry, ProcessExecutor executor)
 {
     _executor        = executor;
     _registry        = registry;
     _fbversion       = FinalBuilderVersion.FBUnknown;
     _fbcmdpath       = String.Empty;
     this.ProjectFile = string.Empty;
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="FinalBuilderTask" /> class.	
        /// </summary>
        /// <param name="registry">The registry.</param>
        /// <param name="executor">The executor.</param>
        /// <remarks></remarks>
		public FinalBuilderTask(IRegistry registry, ProcessExecutor executor)
		{
			_executor = executor;
			_registry = registry;
			_fbversion = FinalBuilderVersion.FBUnknown;
			_fbcmdpath = String.Empty;
            this.ProjectFile = string.Empty;
		}