Artemis.Services.DialogService.ShowMessageBox C# (CSharp) Method

ShowMessageBox() public abstract method

public abstract ShowMessageBox ( string title, string message ) : void
title string
message string
return void
        public abstract void ShowMessageBox(string title, string message);