C# Class Common.RecentFileList.RecentFile

Show file 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 property

public string Filepath
return string

MenuItem public property

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

Number public property

public int Number
return int