C# Класс MineSeed.MainForm

Показать файл Открыть проект

Открытые методы

Метод Описание
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