C# 클래스 Solutionizer.Services.MostRecentUsedFoldersRepository

상속: IMostRecentUsedFoldersRepository, IDisposable
파일 보기 프로젝트 열기: thoemmi/Solutionizer

공개 메소드들

메소드 설명
Dispose ( ) : void
MostRecentUsedFoldersRepository ( IUiExecution uiExecution ) : System
SetCurrentFolder ( string folder ) : void

비공개 메소드들

메소드 설명
Load ( ) : void
OnMruFileChanged ( object sender, FileSystemEventArgs e ) : void
UpdateJumpList ( ) : void
UpdateMruFolders ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MostRecentUsedFoldersRepository() 공개 메소드

public MostRecentUsedFoldersRepository ( IUiExecution uiExecution ) : System
uiExecution IUiExecution
리턴 System

SetCurrentFolder() 공개 메소드

public SetCurrentFolder ( string folder ) : void
folder string
리턴 void