C# 클래스 PropertyGrid.MessageService.InternalMessageService

파일 보기 프로젝트 열기: modesto/monoreports

공개 메소드들

메소드 설명
GetTextResponse ( string question, string caption, string initialValue, bool isPassword ) : string
ShowException ( Gtk parent, Exception e, string primaryText ) : void

메소드 상세

GetTextResponse() 공개 메소드

public GetTextResponse ( string question, string caption, string initialValue, bool isPassword ) : string
question string
caption string
initialValue string
isPassword bool
리턴 string

ShowException() 공개 메소드

public ShowException ( Gtk parent, Exception e, string primaryText ) : void
parent Gtk
e System.Exception
primaryText string
리턴 void