C# Class HyoutaTools.Tales.Vesperia.TownMap.Viewer.TownMapDisplay

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: AdmiralCurtiss/HyoutaTools

Méthodes publiques

Méthode Description
TownMapDisplay ( ) : System
TownMapDisplay ( TownMapTable Table ) : System
UpdateFields ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

TownMapIDBox_ValueChanged ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
pictureBox1_MouseDown ( object sender, MouseEventArgs e ) : void
pictureBox2_Click ( object sender, EventArgs e ) : void
pictureBox2_MouseDown ( object sender, MouseEventArgs 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

TownMapDisplay() public méthode

public TownMapDisplay ( ) : System
Résultat System

TownMapDisplay() public méthode

public TownMapDisplay ( TownMapTable Table ) : System
Table TownMapTable
Résultat System

UpdateFields() public méthode

public UpdateFields ( ) : void
Résultat void