C# 클래스 Tibialyzer.RouteForm

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

공개 프로퍼티들

프로퍼티 타입 설명
imageObject Tibialyzer.TibiaObject
targetCoordinate Coordinate

공개 메소드들

메소드 설명
FormName ( ) : string
LoadForm ( ) : void
RouteForm ( Coordinate targetCoordinate, Tibialyzer.TibiaObject imageObject ) : System
mapDownLevel_Click ( object sender, EventArgs e ) : void
mapUpLevel_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
MapBox_MapUpdated ( ) : void
creatureName_Click ( object sender, EventArgs e ) : void
nextStepButton_Click ( object sender, EventArgs e ) : void

메소드 상세

FormName() 공개 메소드

public FormName ( ) : string
리턴 string

LoadForm() 공개 메소드

public LoadForm ( ) : void
리턴 void

RouteForm() 공개 메소드

public RouteForm ( Coordinate targetCoordinate, Tibialyzer.TibiaObject imageObject ) : System
targetCoordinate Coordinate
imageObject Tibialyzer.TibiaObject
리턴 System

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

프로퍼티 상세

imageObject 공개적으로 프로퍼티

public TibiaObject,Tibialyzer imageObject
리턴 Tibialyzer.TibiaObject

targetCoordinate 공개적으로 프로퍼티

public Coordinate targetCoordinate
리턴 Coordinate