C# 클래스 KBS2.Controls.AddLocationDialog

상속: AbstractDialog
파일 보기 프로젝트 열기: Railec/SE1cKBS2 1 사용 예제들

공개 메소드들

메소드 설명
AddLocationDialog ( string name, System.Action callback ) : System

보호된 메소드들

메소드 설명
InitializeComponent ( ) : void

비공개 메소드들

메소드 설명
CloseDialog_Click ( object sender, EventArgs e ) : void
CreateLocation_Click ( object sender, EventArgs e ) : void
TextBox_Paint ( object sender, PaintEventArgs e ) : void

메소드 상세

AddLocationDialog() 공개 메소드

public AddLocationDialog ( string name, System.Action callback ) : System
name string
callback System.Action
리턴 System

InitializeComponent() 보호된 메소드

protected InitializeComponent ( ) : void
리턴 void