C# 클래스 XSDDiagram.MRUManager

파일 보기 프로젝트 열기: dgis/xsddiagram 1 사용 예제들

공개 메소드들

메소드 설명
AddRecentFile ( string fileNameWithFullPath ) : void
MRUManager ( ToolStripMenuItem parentMenuItem, string nameOfProgram, EventDelegate onRecentFileClick, EventDelegate onClearRecentFilesClick ) : System
RemoveRecentFile ( string fileNameWithFullPath ) : void

비공개 메소드들

메소드 설명
_onClearRecentFiles_Click ( object sender, EventArgs e ) : void
_refreshRecentFilesMenu ( ) : void

메소드 상세

AddRecentFile() 공개 메소드

public AddRecentFile ( string fileNameWithFullPath ) : void
fileNameWithFullPath string
리턴 void

MRUManager() 공개 메소드

public MRUManager ( ToolStripMenuItem parentMenuItem, string nameOfProgram, EventDelegate onRecentFileClick, EventDelegate onClearRecentFilesClick ) : System
parentMenuItem System.Windows.Forms.ToolStripMenuItem
nameOfProgram string
onRecentFileClick EventDelegate
onClearRecentFilesClick EventDelegate
리턴 System

RemoveRecentFile() 공개 메소드

public RemoveRecentFile ( string fileNameWithFullPath ) : void
fileNameWithFullPath string
리턴 void