C# 클래스 System.Waf.Applications.RecentFile

Represents a recent file.
상속: Model, IXmlSerializable
파일 보기 프로젝트 열기: jbe2277/waf 1 사용 예제들

공개 메소드들

메소드 설명
RecentFile ( string path ) : System.ComponentModel

Initializes a new instance of the RecentFile class.

비공개 메소드들

메소드 설명
IXmlSerializable ( ) : XmlSchema
IXmlSerializable ( XmlReader reader ) : void
IXmlSerializable ( XmlWriter writer ) : void
RecentFile ( ) : System.ComponentModel

메소드 상세

RecentFile() 공개 메소드

Initializes a new instance of the RecentFile class.
The argument path must not be null or empty.
public RecentFile ( string path ) : System.ComponentModel
path string The file path.
리턴 System.ComponentModel