C# 클래스 MineSeed.MainForm

파일 보기 프로젝트 열기: AshleighAdams/MineSeeder

공개 메소드들

메소드 설명
MainForm ( ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
BrowseButton_Click ( object sender, EventArgs e ) : void
BrowseLabel_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

_Seed ( string Code, string World ) : bool

Loads a code into a file.

_Set ( Label Label, Button Button, TextBox TextBox, string WorldPath, int Index ) : void

Sets up a world.

_SetClipboard ( string Text ) : void

Sets the contents of the clipboard.

_Update ( int Index ) : void

Updates information for the world at the index.

btnRefresh_Click ( object sender, EventArgs e ) : void
cbRealSpawn_CheckedChanged ( object sender, EventArgs e ) : void

메소드 상세

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