C# Class Common.RecentFileList.RecentFile

Afficher le fichier Open project: rsdn/nitra

Méthodes publiques

Свойство Type Description
Filepath string
MenuItem System.Windows.Controls.MenuItem
Number int

Méthodes publiques

Méthode Description
RecentFile ( int number, string filepath ) : Common.System

Method Details

RecentFile() public méthode

public RecentFile ( int number, string filepath ) : Common.System
number int
filepath string
Résultat Common.System

Property Details

Filepath public_oe property

public string Filepath
Résultat string

MenuItem public_oe property

public MenuItem,System.Windows.Controls MenuItem
Résultat System.Windows.Controls.MenuItem

Number public_oe property

public int Number
Résultat int