C# 클래스 RpgCodeExpress.Files.ProjectFile

파일 보기 프로젝트 열기: rpgtoolkit/rpgcodeexpress 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ProjectFile ( ) : System.ComponentModel

Creates a blank ProjectFile.

ProjectFile ( string file, string path ) : System.ComponentModel

Creates a ProjectFile with a path and name for use in a property grid.

메소드 상세

ProjectFile() 공개 메소드

Creates a blank ProjectFile.
public ProjectFile ( ) : System.ComponentModel
리턴 System.ComponentModel

ProjectFile() 공개 메소드

Creates a ProjectFile with a path and name for use in a property grid.
public ProjectFile ( string file, string path ) : System.ComponentModel
file string Name of the file.
path string File of the file.
리턴 System.ComponentModel