IRecentOpenAddRecentProject Method |
Adds a project file to the collection of recently opened project files.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid AddRecentProject(
PathName fileName
)
Parameters
- fileName PathName
- The project file to add.
See Also