C# Class XSDDiagram.MRUManager

Afficher le fichier Open project: dgis/xsddiagram Class Usage Examples

Méthodes publiques

Méthode Description
AddRecentFile ( string fileNameWithFullPath ) : void
MRUManager ( ToolStripMenuItem parentMenuItem, string nameOfProgram, EventDelegate onRecentFileClick, EventDelegate onClearRecentFilesClick ) : System
RemoveRecentFile ( string fileNameWithFullPath ) : void

Private Methods

Méthode Description
_onClearRecentFiles_Click ( object sender, EventArgs e ) : void
_refreshRecentFilesMenu ( ) : void

Method Details

AddRecentFile() public méthode

public AddRecentFile ( string fileNameWithFullPath ) : void
fileNameWithFullPath string
Résultat void

MRUManager() public méthode

public MRUManager ( ToolStripMenuItem parentMenuItem, string nameOfProgram, EventDelegate onRecentFileClick, EventDelegate onClearRecentFilesClick ) : System
parentMenuItem System.Windows.Forms.ToolStripMenuItem
nameOfProgram string
onRecentFileClick EventDelegate
onClearRecentFilesClick EventDelegate
Résultat System

RemoveRecentFile() public méthode

public RemoveRecentFile ( string fileNameWithFullPath ) : void
fileNameWithFullPath string
Résultat void