C# Class Admin.ServiceInfo

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: sbhhbs/DBDesign-Tongji Class Usage Examples

Méthodes publiques

Méthode Description
ServiceInfo ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ActionListView_DrawColumnHeader ( object sender, DrawListViewColumnHeaderEventArgs e ) : void
ActionListView_DrawItem ( object sender, DrawListViewItemEventArgs e ) : void
ActionListView_DrawSubItem ( object sender, DrawListViewSubItemEventArgs e ) : void
ActionListView_SelectedIndexChanged ( object sender, EventArgs e ) : void
CreateViewItemMethodOne ( ) : void
InitializeComponent ( ) : void

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

ListViewSet ( ) : void
ServiceInfo_Load ( object sender, EventArgs e ) : void
buttonCustomerService_Click ( object sender, EventArgs e ) : void
buttonExit_Click ( object sender, EventArgs e ) : void
buttonServiceInfo_Click ( object sender, EventArgs e ) : void
getCardInfo ( ) : void
getManagementActions ( ) : List
getUserInfo ( ) : UserInfo
goToCustomerService ( ) : void
returnMain ( ) : void
userCardID_KeyPress ( object sender, KeyPressEventArgs e ) : void
validateCard ( ) : bool

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

ServiceInfo() public méthode

public ServiceInfo ( ) : System
Résultat System