C# 클래스 KBS2.Controls.DeleteLocationDialog

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

공개 프로퍼티들

프로퍼티 타입 설명
content System.Windows.Forms.Control

공개 메소드들

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

보호된 메소드들

메소드 설명
InitializeComponent ( ) : void

비공개 메소드들

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

메소드 상세

DeleteLocationDialog() 공개 메소드

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

InitializeComponent() 보호된 메소드

protected InitializeComponent ( ) : void
리턴 void

프로퍼티 상세

content 공개적으로 프로퍼티

public Control,System.Windows.Forms content
리턴 System.Windows.Forms.Control