C# Class OpenMinecraft.frmUpdate

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: N3X15/MineEdit Class Usage Examples

Public Methods

Method Description
SetMax ( int max ) : void
SetText ( string c ) : void
SetVal ( int val ) : void
Start ( ) : void
frmUpdate ( ) : System

Private Methods

Method Description
InitializeComponent ( ) : void

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

cmdStart_Click ( object sender, EventArgs e ) : void
frmUpdate_Load ( object sender, EventArgs e ) : void
timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

SetMax() public method

public SetMax ( int max ) : void
max int
return void

SetText() public method

public SetText ( string c ) : void
c string
return void

SetVal() public method

public SetVal ( int val ) : void
val int
return void

Start() public method

public Start ( ) : void
return void

frmUpdate() public method

public frmUpdate ( ) : System
return System