C# 클래스 Tibialyzer.HuntingPlaceForm

상속: NotificationForm
파일 보기 프로젝트 열기: Mytherin/Tibialyzer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
hunting_place Tibialyzer.HuntingPlace

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
openCreatureMenu ( object sender, EventArgs e ) : void
sortFunction ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FormName() 공개 메소드

public FormName ( ) : string
리턴 string

HuntingPlaceForm() 공개 메소드

public HuntingPlaceForm ( ) : System
리턴 System

LoadForm() 공개 메소드

public LoadForm ( ) : void
리턴 void

label_Click() 공개 메소드

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

mapDownLevel_Click() 공개 메소드

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

mapUpLevel_Click() 공개 메소드

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

openCreatureMenu() 보호된 메소드

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

sortFunction() 보호된 메소드

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

프로퍼티 상세

hunting_place 공개적으로 프로퍼티

public HuntingPlace,Tibialyzer hunting_place
리턴 Tibialyzer.HuntingPlace