Click or drag to resize

RestoreProjectAndWindowsState Delegate

Delegate that should load the project from the given archive, and then restore the state of the Gui.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public delegate void RestoreProjectAndWindowsState(
	IProjectArchive archive
)

Parameters

archive  IProjectArchive
The archive to load the project from.
See Also