C# Class MetroPass.WP8.UI.Services.UI.DialogService

Inheritance: IDialogService
Mostra file Open project: TheAngryByrd/MetroPass

Public Methods

Method Description
ShowDialogBox ( string title, string text ) : void
ShowDialogBox ( string caption, string message, string leftbuttonContent, string rightButtonContent, System.Action leftButtonAction, System.Action rightButtonAction ) : void

Method Details

ShowDialogBox() public method

public ShowDialogBox ( string title, string text ) : void
title string
text string
return void

ShowDialogBox() public method

public ShowDialogBox ( string caption, string message, string leftbuttonContent, string rightButtonContent, System.Action leftButtonAction, System.Action rightButtonAction ) : void
caption string
message string
leftbuttonContent string
rightButtonContent string
leftButtonAction System.Action
rightButtonAction System.Action
return void