C# Class Evemu_DB_Editor.acctEdit

Inheritance: System.Windows.Forms.Form
Mostra file Open project: evemuproject/evemu_control_panel Class Usage Examples

Public Methods

Method Description
CalculateMD5Hash ( string strInput ) : string
GetAccountInfo ( string id ) : void
acctEdit ( ) : System

Private Methods

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

public static CalculateMD5Hash ( string strInput ) : string
strInput string
return string

GetAccountInfo() public method

public GetAccountInfo ( string id ) : void
id string
return void

acctEdit() public method

public acctEdit ( ) : System
return System