Artemis.Services.DialogService.ShowMessageBox C# (CSharp) Méthode

ShowMessageBox() public abstract méthode

public abstract ShowMessageBox ( string title, string message ) : void
title string
message string
Résultat void
        public abstract void ShowMessageBox(string title, string message);