C# Класс ThoNohT.NohBoard.Forms.SaveStyleAsForm

The form used to save a style under a new name.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
FillStyles void
InitializeComponent void
SaveButton_Click void
SaveStyleAsForm_Load void
chkGlobal_CheckedChanged void

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

Метод Описание
SaveStyleAsForm ( ) : System.IO

Initializes a new instance of the SaveStyleAsForm class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Метод Описание
FillStyles ( ) : void

Fills the list of known styles.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SaveButton_Click ( object sender, System e ) : void

Saves the style to the chosen location and name.

SaveStyleAsForm_Load ( object sender, System e ) : void

Initializes the form, decides whether or not global styles can be used and prefills the list of already known styles.

chkGlobal_CheckedChanged ( object sender, System e ) : void

Handles the switch between global and definition specific styles. Re-fills the list of known styles.

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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

SaveStyleAsForm() публичный Метод

Initializes a new instance of the SaveStyleAsForm class.
public SaveStyleAsForm ( ) : System.IO
Результат System.IO