C# Class ClientLauncher.frmMain

Mostrar archivo Open project: Zepheus/Fiesta_Utils

Public Methods

Method Description
Md5Hash ( string pass ) : string
frmMain ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ChangeStatusText ( string what ) : void
InitializeComponent ( ) : void

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

btnSelectBin_Click ( object sender, EventArgs e ) : void
btnStart_Click ( object sender, EventArgs e ) : void
frmMain_Load ( object sender, EventArgs e ) : void
frmMain_Resize ( object sender, EventArgs e ) : void
niTray_DoubleClick ( object sender, EventArgs e ) : void
tmrCheckExe_Tick ( 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

Md5Hash() public static method

public static Md5Hash ( string pass ) : string
pass string
return string

frmMain() public method

public frmMain ( ) : System
return System