C# 클래스 JenkinsTransport.MessageBoxService

Implementation of a DialogService that calls through to the windows forms MessageBox
상속: IDialogService
파일 보기 프로젝트 열기: csnate/cctray-jenkins-transport

공개 메소드들

메소드 설명
Show ( string text ) : void
Show ( string text, string caption ) : void

메소드 상세

Show() 공개 메소드

public Show ( string text ) : void
text string
리턴 void

Show() 공개 메소드

public Show ( string text, string caption ) : void
text string
caption string
리턴 void