C# 클래스 OpenIDE.CodeEngine.Core.UI.UserInputForm

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

공개 메소드들

메소드 설명
UserInputForm ( string prefilled, Action onSelect ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
HandleHandleFormClosing ( object sender, FormClosingEventArgs e ) : void
HandleTextBoxhandleKeyDown ( object sender, KeyEventArgs e ) : void
initialize ( ) : void

메소드 상세

Dispose() 보호된 메소드

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

UserInputForm() 공개 메소드

public UserInputForm ( string prefilled, Action onSelect ) : System
prefilled string
onSelect Action
리턴 System