C# Class Tibialyzer.HuntingPlaceForm

Inheritance: NotificationForm
Show file Open project: Mytherin/Tibialyzer Class Usage Examples

Public Properties

Property Type Description
hunting_place Tibialyzer.HuntingPlace

Public Methods

Method Description
FormName ( ) : string
HuntingPlaceForm ( ) : System
LoadForm ( ) : void
label_Click ( object sender, EventArgs e ) : void
mapDownLevel_Click ( object sender, EventArgs e ) : void
mapUpLevel_Click ( object sender, EventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
openCreatureMenu ( object sender, EventArgs e ) : void
sortFunction ( object sender, EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
Nextpage_Click ( object sender, EventArgs e ) : void
Prevpage_Click ( object sender, EventArgs e ) : void
UpdateMap ( ) : void
cityLabel_Click ( object sender, EventArgs e ) : void
openQuest ( object sender, EventArgs e ) : void
refreshCreatures ( ) : void
routeButton_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FormName() public method

public FormName ( ) : string
return string

HuntingPlaceForm() public method

public HuntingPlaceForm ( ) : System
return System

LoadForm() public method

public LoadForm ( ) : void
return void

label_Click() public method

public label_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

mapDownLevel_Click() public method

public mapDownLevel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

mapUpLevel_Click() public method

public mapUpLevel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

openCreatureMenu() protected method

protected openCreatureMenu ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

sortFunction() protected method

protected sortFunction ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

hunting_place public property

public HuntingPlace,Tibialyzer hunting_place
return Tibialyzer.HuntingPlace