C# Class ErlangEditor.Core.SolutionUtil

Show file Open project: xdusongwei/ErlangEditor

Public Methods

Method Description
CloseSolution ( ) : void
CreateSolution ( string aName, string aBasePath ) : void
LoadSolution ( string aSlnPath ) : void
SaveSolution ( ) : void

Method Details

CloseSolution() public static method

public static CloseSolution ( ) : void
return void

CreateSolution() public static method

public static CreateSolution ( string aName, string aBasePath ) : void
aName string
aBasePath string
return void

LoadSolution() public static method

public static LoadSolution ( string aSlnPath ) : void
aSlnPath string
return void

SaveSolution() public static method

public static SaveSolution ( ) : void
return void