C# Class Crow.Library.Common.Messages.DebugMessagesService

Inheritance: IMessagingService
Show file Open project: msusur/Crowfx

Public Methods

Method Description
AskQuestion ( string question ) : DialogResults
ShowErrorMessage ( string message ) : void
ShowInformationMessage ( string message ) : void

Method Details

AskQuestion() public method

public AskQuestion ( string question ) : DialogResults
question string
return DialogResults

ShowErrorMessage() public method

public ShowErrorMessage ( string message ) : void
message string
return void

ShowInformationMessage() public method

public ShowInformationMessage ( string message ) : void
message string
return void