C# Class Solutionizer.Services.MostRecentUsedFoldersRepository

Inheritance: IMostRecentUsedFoldersRepository, IDisposable
显示文件 Open project: thoemmi/Solutionizer

Public Methods

Method Description
Dispose ( ) : void
MostRecentUsedFoldersRepository ( IUiExecution uiExecution ) : System
SetCurrentFolder ( string folder ) : void

Private Methods

Method Description
Load ( ) : void
OnMruFileChanged ( object sender, FileSystemEventArgs e ) : void
UpdateJumpList ( ) : void
UpdateMruFolders ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MostRecentUsedFoldersRepository() public method

public MostRecentUsedFoldersRepository ( IUiExecution uiExecution ) : System
uiExecution IUiExecution
return System

SetCurrentFolder() public method

public SetCurrentFolder ( string folder ) : void
folder string
return void