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

ShowQuestionMessageBox() public abstract méthode

public abstract ShowQuestionMessageBox ( string title, string message ) : Task
title string
message string
Résultat Task
        public abstract Task<bool?> ShowQuestionMessageBox(string title, string message);
    }