C# Class Scorchio.Infrastructure.Services.MessageBoxService

Defines the MessageBoxService type.
Inheritance: IMessageBoxService
Datei anzeigen Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

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

Shows the specified text.

Method Details

Show() public method

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