C# 클래스 Tibialyzer.MapForm

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

공개 메소드들

메소드 설명
FormName ( ) : string
LoadForm ( ) : void
MapForm ( Coordinate startCoordinate ) : System

비공개 메소드들

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

메소드 상세

FormName() 공개 메소드

public FormName ( ) : string
리턴 string

LoadForm() 공개 메소드

public LoadForm ( ) : void
리턴 void

MapForm() 공개 메소드

public MapForm ( Coordinate startCoordinate ) : System
startCoordinate Coordinate
리턴 System