C# Class Core2D.Editor.Recent.Recents

Recent files.
Inheritance: ObservableObject
Show file Open project: Core2D/Core2D

Public Methods

Method Description
Create ( ImmutableArray files, RecentFile current ) : Recents

Creates a new Recents instance.

Method Details

Create() public static method

Creates a new Recents instance.
public static Create ( ImmutableArray files, RecentFile current ) : Recents
files ImmutableArray The recent files.
current RecentFile The current recent file.
return Recents