C# Class CinderellaMGS.Login

Show file Open project: ThomasMoreCollege/CinderellaMGS

Public Methods

Method Description
Login ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

loginButton_Click ( object sender, EventArgs e ) : void

Grabs the entered username and password and validates them against the credentials stored in the database.

resetBT_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void

Removes the existing connection string from the registry so that the user will be prompted to enter new server connection details.

timer_Tick ( object sender, EventArgs e ) : void

Timer Component to update the label containing the date and time.

Method Details

Dispose() protected method

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

Login() public method

public Login ( ) : System
return System