C# Class withSIX.Play.Applications.ViewModels.Games.RecentContextMenu

Inheritance: withSIX.Core.Applications.MVVM.ViewModels.MenuItem
显示文件 Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
AddRecentItem ( RecentCollection collection ) : void
InsertRecentItem ( RecentCollection collection ) : void
RecentContextMenu ( ) : System
RemoveRecentItem ( RecentCollection collection ) : void

Method Details

AddRecentItem() public method

public AddRecentItem ( RecentCollection collection ) : void
collection withSIX.Play.Core.Options.Entries.RecentCollection
return void

InsertRecentItem() public method

public InsertRecentItem ( RecentCollection collection ) : void
collection withSIX.Play.Core.Options.Entries.RecentCollection
return void

RecentContextMenu() public method

public RecentContextMenu ( ) : System
return System

RemoveRecentItem() public method

public RemoveRecentItem ( RecentCollection collection ) : void
collection withSIX.Play.Core.Options.Entries.RecentCollection
return void