C# Класс Scorchio.Infrastructure.Services.MessageBoxService

Defines the MessageBoxService type.
Наследование: IMessageBoxService
Показать файл Открыть проект

Открытые методы

Метод Описание
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