C# Класс RpgCodeExpress.Files.ProjectFile

Показать файл Открыть проект Примеры использования класса

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