C# Class CinderellaLauncher.Login

Afficher le fichier Open project: ThomasMoreCollege/CinderellaMGS

Méthodes publiques

Свойство Type Description
dbDatabase string
dbPassword string
dbPort string
dbServer string
dbUsername string

Méthodes publiques

Méthode Description
Login ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Login_Load ( object sender, EventArgs e ) : void
adminAccessButton_CheckedChanged ( object sender, EventArgs e ) : void
advancedButton_Click ( object sender, EventArgs e ) : void
alterationsButton_Click ( object sender, EventArgs e ) : void
cindCheckInOutButton_Click ( object sender, EventArgs e ) : void
cindCheckOutButton_Click ( object sender, EventArgs e ) : void
clearConfigLink_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
connectButton_Click ( object sender, EventArgs e ) : void
fgCheckinButton_Click ( object sender, EventArgs e ) : void
shoppMgtButton_Click ( object sender, EventArgs e ) : void
submitButton_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

Login() public méthode

public Login ( ) : System
Résultat System

Property Details

dbDatabase public_oe static_oe property

public static string dbDatabase
Résultat string

dbPassword public_oe static_oe property

public static string dbPassword
Résultat string

dbPort public_oe static_oe property

public static string dbPort
Résultat string

dbServer public_oe static_oe property

public static string dbServer
Résultat string

dbUsername public_oe static_oe property

public static string dbUsername
Résultat string