C# 클래스 OpenMinecraft.frmUpdate

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

공개 메소드들

메소드 설명
SetMax ( int max ) : void
SetText ( string c ) : void
SetVal ( int val ) : void
Start ( ) : void
frmUpdate ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

SetMax() 공개 메소드

public SetMax ( int max ) : void
max int
리턴 void

SetText() 공개 메소드

public SetText ( string c ) : void
c string
리턴 void

SetVal() 공개 메소드

public SetVal ( int val ) : void
val int
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

frmUpdate() 공개 메소드

public frmUpdate ( ) : System
리턴 System