C# Class PropertyGrid.MessageService.InternalMessageService

Show file Open project: modesto/monoreports

Public Methods

Method Description
GetTextResponse ( string question, string caption, string initialValue, bool isPassword ) : string
ShowException ( Gtk parent, Exception e, string primaryText ) : void

Method Details

GetTextResponse() public method

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

ShowException() public method

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