C# Класс ARCed.Dialogs.NewProjectForm

Dialog for creating a new ARCed project.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
NewProjectForm ( ) : System

Object initialization

Приватные методы

Метод Описание
ButtonBrowseClick ( object sender, EventArgs e ) : void

Opens the folder browser dialog to select a project location

ButtonOkClick ( object sender, EventArgs e ) : void

Sets the dialog result and closes the dialog

NewProjectFormLoad ( object sender, EventArgs e ) : void

Fills the default name in with first new directory in sequence

RefreshTemplates ( ) : void

Iterates over installed .zip templates and adds their names to the combo control

TextBoxFolderNameTextChanged ( object sender, EventArgs e ) : void

Updates the title and location when the text changes

TextBoxLocationTextChanged ( object sender, EventArgs e ) : void

Updates the location when the text changes

Описание методов

NewProjectForm() публичный метод

Object initialization
public NewProjectForm ( ) : System
Результат System