C# Class Depressurizer.GameDBEntryDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Theo47/depressurizer Class Usage Examples

Méthodes publiques

Свойство Type Description
Game Depressurizer.GameDBEntry

Méthodes publiques

Méthode Description
GameDBEntryDialog ( ) : System
GameDBEntryDialog ( Depressurizer.GameDBEntry game ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
GameDBEntryForm_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

InitializeFields ( Depressurizer.GameDBEntry entry = null ) : void
SaveToGame ( ) : bool
SplitAndTrim ( string s ) : List
ValidateEntries ( int &id, int &parent ) : bool
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdSave_Click ( object sender, EventArgs e ) : void

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

GameDBEntryDialog() public méthode

public GameDBEntryDialog ( ) : System
Résultat System

GameDBEntryDialog() public méthode

public GameDBEntryDialog ( Depressurizer.GameDBEntry game ) : System
game Depressurizer.GameDBEntry
Résultat System

Property Details

Game public_oe property

public GameDBEntry,Depressurizer Game
Résultat Depressurizer.GameDBEntry