C# Class MOTHER3Funland.frmMapViewer

Inheritance: M3Form
Datei anzeigen Open project: jeffman/MOTHER-3-Funland

Public Methods

Method Description
GetIndex ( ) : int[]
SelectIndex ( int index ) : void
frmMapViewer ( ) : System

Private Methods

Method Description
cboRoom_SelectedIndexChanged ( object sender, EventArgs e ) : void
mnuMapCopy_Click ( object sender, EventArgs e ) : void
mnuMapSave_Click ( object sender, EventArgs e ) : void

Method Details

GetIndex() public method

public GetIndex ( ) : int[]
return int[]

SelectIndex() public method

public SelectIndex ( int index ) : void
index int
return void

frmMapViewer() public method

public frmMapViewer ( ) : System
return System