PKStudio.PortingKitWrapper.CreateSolutionDirProj C# (CSharp) Method

CreateSolutionDirProj() public method

public CreateSolutionDirProj ( SolutionWrapper solution ) : void
solution SolutionWrapper
return void
        public void CreateSolutionDirProj(SolutionWrapper solution)
        {
            this.m_bw.CreateSolutionDirProj(solution.InnerObject);
        }
PortingKitWrapper