Method | Description | |
---|---|---|
AddRecentFile ( string fileNameWithFullPath ) : void | ||
MRUManager ( |
||
RemoveRecentFile ( string fileNameWithFullPath ) : void |
Method | Description | |
---|---|---|
_onClearRecentFiles_Click ( object sender, |
||
_refreshRecentFilesMenu ( ) : void |
public AddRecentFile ( string fileNameWithFullPath ) : void | ||
fileNameWithFullPath | string | |
return | void |
public MRUManager ( |
||
parentMenuItem | ||
nameOfProgram | string | |
onRecentFileClick | EventDelegate | |
onClearRecentFilesClick | EventDelegate | |
return | System |
public RemoveRecentFile ( string fileNameWithFullPath ) : void | ||
fileNameWithFullPath | string | |
return | void |