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

ShowQuestionMessageBox() public abstract method

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