C# Class Tibialyzer.TaskForm

Inheritance: NotificationForm
Datei anzeigen Open project: Mytherin/Tibialyzer Class Usage Examples

Public Properties

Property Type Description
task Task

Public Methods

Method Description
FormName ( ) : string
LoadForm ( ) : void
TaskForm ( Task t ) : System

Private Methods

Method Description
InitializeComponent ( ) : void
MapBox_MapUpdated ( ) : void
bossNameLabel_Click ( object sender, EventArgs e ) : void
bossPictureBox_Click ( object sender, EventArgs e ) : void
creatureLabel_Click ( object sender, EventArgs e ) : void
huntLabel_Click ( object sender, EventArgs e ) : void
mapDownLevel_Click ( object sender, EventArgs e ) : void
mapUpLevel_Click ( object sender, EventArgs e ) : void
refreshAttributes ( ) : void
routeButton_Click ( object sender, EventArgs e ) : void
taskGroupLabel_Click ( object sender, EventArgs e ) : void

Method Details

FormName() public method

public FormName ( ) : string
return string

LoadForm() public method

public LoadForm ( ) : void
return void

TaskForm() public method

public TaskForm ( Task t ) : System
t Task
return System

Property Details

task public_oe property

public Task task
return Task