Method | Description | |
---|---|---|
AddCinderella ( ) : System | ||
setFormStyle ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AddCinderella_Load ( object sender, EventArgs e ) : void |
calls the set form method which sets the style of the form sets the focus to the idTextbox the firsttab index on the form makes sure that there is something selected for the timeComboBox
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void |
Calls the AboutBox Form and disables the AddCinderella_Form
|
|
addButton_Click ( object sender, EventArgs e ) : void |
inserts the data that was entered into the form to the database table Cinderella
|
|
closeToolStripMenuItem_Click ( object sender, EventArgs e ) : void |
Closes the AddCinderella_Form
|
|
resetForm ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |