C# Class Hanasu.Services.MessageBoxService

Inheritance: IMessageBoxService
显示文件 Open project: Amrykid/Hanasu

Public Methods

Method Description
ShowMessage ( string title = "Title", string message = "Message" ) : void
ShowOkayCancelMessage ( string title, string message ) : bool?

Method Details

ShowMessage() public method

public ShowMessage ( string title = "Title", string message = "Message" ) : void
title string
message string
return void

ShowOkayCancelMessage() public method

public ShowOkayCancelMessage ( string title, string message ) : bool?
title string
message string
return bool?