C# Class JenkinsTransport.MessageBoxService

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

Public Methods

Method Description
Show ( string text ) : void
Show ( string text, string caption ) : void

Method Details

Show() public method

public Show ( string text ) : void
text string
return void

Show() public method

public Show ( string text, string caption ) : void
text string
caption string
return void