C# Class PropertyGrid.MessageService.InternalMessageService

Afficher le fichier Open project: modesto/monoreports

Méthodes publiques

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

Method Details

GetTextResponse() public méthode

public GetTextResponse ( string question, string caption, string initialValue, bool isPassword ) : string
question string
caption string
initialValue string
isPassword bool
Résultat string

ShowException() public méthode

public ShowException ( Gtk parent, Exception e, string primaryText ) : void
parent Gtk
e System.Exception
primaryText string
Résultat void