C# 클래스 V1EstimationTool.InputBoxDialog

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: versionone/V1EstimationTool 1 사용 예제들

공개 메소드들

메소드 설명
InputBox ( string prompt, string title, string defaultValue ) : string
InputBoxDialog ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
InputBox_Load ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

InputBox() 공개 정적인 메소드

public static InputBox ( string prompt, string title, string defaultValue ) : string
prompt string
title string
defaultValue string
리턴 string

InputBoxDialog() 공개 메소드

public InputBoxDialog ( ) : System
리턴 System