C# Class MineSeed.MainForm

Afficher le fichier Open project: AshleighAdams/MineSeeder

Méthodes publiques

Méthode Description
MainForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

Dispose() protected méthode

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

MainForm() public méthode

public MainForm ( ) : System
Résultat System