C# Class JenkinsTransport.MessageBoxService

Implementation of a DialogService that calls through to the windows forms MessageBox
Inheritance: IDialogService
Afficher le fichier Open project: csnate/cctray-jenkins-transport

Méthodes publiques

Méthode Description
Show ( string text ) : void
Show ( string text, string caption ) : void

Method Details

Show() public méthode

public Show ( string text ) : void
text string
Résultat void

Show() public méthode

public Show ( string text, string caption ) : void
text string
caption string
Résultat void