Méthode | Description | |
---|---|---|
MainForm ( ) : System |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | 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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |