C# Class Tibialyzer.MapForm

Inheritance: NotificationForm
Exibir arquivo Open project: Mytherin/Tibialyzer Class Usage Examples

Public Methods

Method Description
FormName ( ) : string
LoadForm ( ) : void
MapForm ( Coordinate startCoordinate ) : System

Private Methods

Method Description
InitializeComponent ( ) : void
MapBox_MapUpdated ( ) : void
SetCoordinate ( Coordinate coordinate ) : void
coordinateBox_TextChanged ( object sender, EventArgs e ) : void
mapDownLevel_Click ( object sender, EventArgs e ) : void
mapUpLevel_Click ( object sender, EventArgs e ) : void
mapperBox_TextChanged ( object sender, EventArgs e ) : void
routeButton_Click ( object sender, EventArgs e ) : void

Method Details

FormName() public method

public FormName ( ) : string
return string

LoadForm() public method

public LoadForm ( ) : void
return void

MapForm() public method

public MapForm ( Coordinate startCoordinate ) : System
startCoordinate Coordinate
return System