C# 클래스 MWFResourceEditor.TextEntryDialog

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

공개 메소드들

메소드 설명
Show ( string message ) : string
Show ( string title, string message ) : string
TextEntryDialog ( ) : System

비공개 메소드들

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

메소드 상세

Show() 공개 정적인 메소드

public static Show ( string message ) : string
message string
리턴 string

Show() 공개 정적인 메소드

public static Show ( string title, string message ) : string
title string
message string
리턴 string

TextEntryDialog() 공개 메소드

public TextEntryDialog ( ) : System
리턴 System