Click or drag to resize

RecentOpenBaseRemoveRecentProject Method

Removes one project file from the collection of recently opened project files.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void RemoveRecentProject(
	PathName fileName
)

Parameters

fileName  PathName
The project file to remove.

Implements

IRecentOpenRemoveRecentProject(PathName)
See Also