C# Class Core2D.Editor.Recent.RecentFile

Recent file.
Inheritance: ObservableObject
Show file Open project: Core2D/Core2D Class Usage Examples

Public Methods

Method Description
Create ( string name, string path ) : RecentFile

Creates a new RecentFile instance.

Method Details

Create() public static method

Creates a new RecentFile instance.
public static Create ( string name, string path ) : RecentFile
name string The recent file name.
path string The recent file path.
return RecentFile