Click or drag to resize

ProjectServiceBaseInternalLoadProjectAndWindowsStateFromArchive Method

Loads the project and the state of the windows from a project archive.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected abstract void InternalLoadProjectAndWindowsStateFromArchive(
	IProjectArchive archive
)

Parameters

archive  IProjectArchive
The project archive to load from.
See Also