C# Class WWActorEdit.Forms.SpawnpointEditor

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: pho/WindViewer Class Usage Examples

Public Methods

Method Description
SpawnpointEditor ( MainForm parent ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

LoadDZSForStage ( ZeldaArc stage ) : void
SpawnpointEditor_Load ( object sender, EventArgs e ) : void
UpdateUIControlsFromFile ( ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
spawnDropdown_SelectedIndexChanged ( object sender, EventArgs e ) : void
spawnIndex_ValueChanged ( object sender, EventArgs e ) : void

Called when any of the Numeric boxes change value.

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

SpawnpointEditor() public method

public SpawnpointEditor ( MainForm parent ) : System
parent MainForm
return System