C# Class Evemu_DB_Editor.acctEdit

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: evemuproject/evemu_control_panel Class Usage Examples

Méthodes publiques

Méthode Description
CalculateMD5Hash ( string strInput ) : string
GetAccountInfo ( string id ) : void
acctEdit ( ) : System

Private Methods

Méthode Description
button1_Click ( object sender, EventArgs e ) : void
checkBox1_CheckedChanged ( object sender, EventArgs e ) : void
checkBox2_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

CalculateMD5Hash() public static méthode

public static CalculateMD5Hash ( string strInput ) : string
strInput string
Résultat string

GetAccountInfo() public méthode

public GetAccountInfo ( string id ) : void
id string
Résultat void

acctEdit() public méthode

public acctEdit ( ) : System
Résultat System