RestoreProjectAndWindowsState Delegate |
Delegate that should load the project from the given archive, and then restore the state of the Gui.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public delegate void RestoreProjectAndWindowsState(
IProjectArchive archive
)
Parameters
- archive IProjectArchive
- The archive to load the project from.
See Also