C# 클래스 Terraria.TerraCustom.Setup.MainForm

파일 보기 프로젝트 열기: JavidPack/TerraCustom

공개 메소드들

메소드 설명
CancellationToken ( ) : CancellationToken
MainForm ( ) : System
SetMaxProgress ( int max ) : void
SetProgress ( int progress ) : void
SetStatus ( string status ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

RunTask ( Task task ) : void
RunTaskThread ( Task task ) : void
button1_Click ( object sender, EventArgs e ) : void
buttonCancel_Click ( object sender, EventArgs e ) : void
buttonTask_Click ( object sender, EventArgs e ) : void
menuItemResetTimeStampOptmizations_Click ( object sender, EventArgs e ) : void
menuItemSingleDecompileThread_Click ( object sender, EventArgs e ) : void
menuItemTerraria_Click ( object sender, EventArgs e ) : void
menuItemWarnings_Click ( object sender, EventArgs e ) : void

메소드 상세

CancellationToken() 공개 메소드

public CancellationToken ( ) : CancellationToken
리턴 CancellationToken

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

MainForm() 공개 메소드

public MainForm ( ) : System
리턴 System

SetMaxProgress() 공개 메소드

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

SetProgress() 공개 메소드

public SetProgress ( int progress ) : void
progress int
리턴 void

SetStatus() 공개 메소드

public SetStatus ( string status ) : void
status string
리턴 void