| MainForm Constructor |
Constructor
Namespace: SandcastleBuilder.GuiAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public MainForm(
string projectToLoad
)
Public Sub New (
projectToLoad As String
)
public:
MainForm(
String^ projectToLoad
)
new :
projectToLoad : string -> MainForm
Parameters
- projectToLoad
- Type: SystemString
A default project file to load. If not specified, the most recently used
project is loaded if there is one.
See Also