C# Class ThoNohT.NohBoard.Forms.SaveStyleAsForm

The form used to save a style under a new name.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ThoNohT/NohBoard Class Usage Examples

Private Properties

Свойство Type Description
FillStyles void
InitializeComponent void
SaveButton_Click void
SaveStyleAsForm_Load void
chkGlobal_CheckedChanged void

Méthodes publiques

Méthode Description
SaveStyleAsForm ( ) : System.IO

Initializes a new instance of the SaveStyleAsForm class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

SaveStyleAsForm() public méthode

Initializes a new instance of the SaveStyleAsForm class.
public SaveStyleAsForm ( ) : System.IO
Résultat System.IO