C# 클래스 withSIX.Play.Applications.ViewModels.Games.RecentContextMenu

상속: withSIX.Core.Applications.MVVM.ViewModels.MenuItem
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
AddRecentItem ( RecentCollection collection ) : void
InsertRecentItem ( RecentCollection collection ) : void
RecentContextMenu ( ) : System
RemoveRecentItem ( RecentCollection collection ) : void

메소드 상세

AddRecentItem() 공개 메소드

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

InsertRecentItem() 공개 메소드

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

RecentContextMenu() 공개 메소드

public RecentContextMenu ( ) : System
리턴 System

RemoveRecentItem() 공개 메소드

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