C# Class Scorchio.Infrastructure.Services.MessageBoxService

Defines the MessageBoxService type.
Inheritance: IMessageBoxService
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes publiques

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

Shows the specified text.

Method Details

Show() public méthode

Shows the specified text.
public Show ( string text, string caption ) : void
text string The text.
caption string The caption.
Résultat void