C# 클래스 Scorchio.Infrastructure.Services.MessageBoxService

Defines the MessageBoxService type.
상속: IMessageBoxService
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

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

Shows the specified text.

메소드 상세

Show() 공개 메소드

Shows the specified text.
public Show ( string text, string caption ) : void
text string The text.
caption string The caption.
리턴 void