Click or drag to resize

ProjectServiceBaseInternalCreateNewProject Method

Create a new project, and returns it, without wiring any infrastructure to it yet.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected abstract IProject InternalCreateNewProject()

Return Value

IProject
A new project.
See Also