CTA.WebForms.ProjectManagement.ProjectBuilder.ProjectBuilder C# (CSharp) Method

ProjectBuilder() public method

public ProjectBuilder ( string outputProjectPath ) : System
outputProjectPath string
return System
        public ProjectBuilder(string outputProjectPath)
        {
            _outputProjectPath = outputProjectPath;
        }