C# 클래스 KBS2.Controls.EditLocationDialog

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

공개 메소드들

메소드 설명
EditLocationDialog ( string name, System.Action callBack ) : System

보호된 메소드들

메소드 설명
InitializeComponent ( ) : void

비공개 메소드들

메소드 설명
AcceptButton_Click ( object sender, EventArgs e ) : void
CancelButton_Click ( object sender, EventArgs e ) : void
Textbox_Paint ( object sender, PaintEventArgs e ) : void

메소드 상세

EditLocationDialog() 공개 메소드

public EditLocationDialog ( string name, System.Action callBack ) : System
name string
callBack System.Action
리턴 System

InitializeComponent() 보호된 메소드

protected InitializeComponent ( ) : void
리턴 void