C# Class MineSeed.MainForm

ファイルを表示 Open project: AshleighAdams/MineSeeder

Public Methods

Method Description
MainForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

MainForm() public method

public MainForm ( ) : System
return System