C# Class Solutionizer.Services.MostRecentUsedFoldersRepository

Inheritance: IMostRecentUsedFoldersRepository, IDisposable
Afficher le fichier Open project: thoemmi/Solutionizer

Méthodes publiques

Méthode Description
Dispose ( ) : void
MostRecentUsedFoldersRepository ( IUiExecution uiExecution ) : System
SetCurrentFolder ( string folder ) : void

Private Methods

Méthode Description
Load ( ) : void
OnMruFileChanged ( object sender, FileSystemEventArgs e ) : void
UpdateJumpList ( ) : void
UpdateMruFolders ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MostRecentUsedFoldersRepository() public méthode

public MostRecentUsedFoldersRepository ( IUiExecution uiExecution ) : System
uiExecution IUiExecution
Résultat System

SetCurrentFolder() public méthode

public SetCurrentFolder ( string folder ) : void
folder string
Résultat void