C# 클래스 FP300Service.InputBox

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: huginsdk/fpu

공개 프로퍼티들

프로퍼티 타입 설명
input string

공개 메소드들

메소드 설명
InputBox ( String caption ) : System
InputBox ( String caption, int maxLen ) : System

비공개 메소드들

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

메소드 상세

InputBox() 공개 메소드

public InputBox ( String caption ) : System
caption String
리턴 System

InputBox() 공개 메소드

public InputBox ( String caption, int maxLen ) : System
caption String
maxLen int
리턴 System

프로퍼티 상세

input 공개적으로 프로퍼티

public string input
리턴 string