C# Class Common.RecentFileList.RecentFile

ファイルを表示 Open project: rsdn/nitra

Public Properties

Property Type Description
Filepath string
MenuItem System.Windows.Controls.MenuItem
Number int

Public Methods

Method Description
RecentFile ( int number, string filepath ) : Common.System

Method Details

RecentFile() public method

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

Property Details

Filepath public_oe property

public string Filepath
return string

MenuItem public_oe property

public MenuItem,System.Windows.Controls MenuItem
return System.Windows.Controls.MenuItem

Number public_oe property

public int Number
return int