C# 클래스 Common.RecentFileList.RecentFile

파일 보기 프로젝트 열기: rsdn/nitra

공개 프로퍼티들

프로퍼티 타입 설명
Filepath string
MenuItem System.Windows.Controls.MenuItem
Number int

공개 메소드들

메소드 설명
RecentFile ( int number, string filepath ) : Common.System

메소드 상세

RecentFile() 공개 메소드

public RecentFile ( int number, string filepath ) : Common.System
number int
filepath string
리턴 Common.System

프로퍼티 상세

Filepath 공개적으로 프로퍼티

public string Filepath
리턴 string

MenuItem 공개적으로 프로퍼티

public MenuItem,System.Windows.Controls MenuItem
리턴 System.Windows.Controls.MenuItem

Number 공개적으로 프로퍼티

public int Number
리턴 int