C# 클래스 Evemu_DB_Editor.acctEdit

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: evemuproject/evemu_control_panel 1 사용 예제들

공개 메소드들

메소드 설명
CalculateMD5Hash ( string strInput ) : string
GetAccountInfo ( string id ) : void
acctEdit ( ) : System

비공개 메소드들

메소드 설명
button1_Click ( object sender, EventArgs e ) : void
checkBox1_CheckedChanged ( object sender, EventArgs e ) : void
checkBox2_CheckedChanged ( object sender, EventArgs e ) : void

메소드 상세

CalculateMD5Hash() 공개 정적인 메소드

public static CalculateMD5Hash ( string strInput ) : string
strInput string
리턴 string

GetAccountInfo() 공개 메소드

public GetAccountInfo ( string id ) : void
id string
리턴 void

acctEdit() 공개 메소드

public acctEdit ( ) : System
리턴 System