C# Class OpenMinecraft.frmUpdate

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

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public SetMax ( int max ) : void
max int
Résultat void

SetText() public méthode

public SetText ( string c ) : void
c string
Résultat void

SetVal() public méthode

public SetVal ( int val ) : void
val int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

frmUpdate() public méthode

public frmUpdate ( ) : System
Résultat System