C# Class RpgCodeExpress.Files.ProjectFile

ファイルを表示 Open project: rpgtoolkit/rpgcodeexpress Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

ProjectFile() public method

Creates a blank ProjectFile.
public ProjectFile ( ) : System.ComponentModel
return System.ComponentModel

ProjectFile() public method

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.
return System.ComponentModel