C# Class CinderellaLauncher.Login

ファイルを表示 Open project: ThomasMoreCollege/CinderellaMGS

Public Properties

Property Type Description
dbDatabase string
dbPassword string
dbPort string
dbServer string
dbUsername string

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.

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 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

Property Details

dbDatabase public_oe static_oe property

public static string dbDatabase
return string

dbPassword public_oe static_oe property

public static string dbPassword
return string

dbPort public_oe static_oe property

public static string dbPort
return string

dbServer public_oe static_oe property

public static string dbServer
return string

dbUsername public_oe static_oe property

public static string dbUsername
return string