C# Class XPlatformMenus.WPF.Services.DialogService

Inheritance: IDialogService
Exibir arquivo Open project: MvvmCross/MvvmCross-Samples

Public Methods

Method Description
Alert ( string message, string title, string okbtnText ) : void

Method Details

Alert() public method

public Alert ( string message, string title, string okbtnText ) : void
message string
title string
okbtnText string
return void