Artemis.Services.DialogService.ShowQuestionMessageBox C# (CSharp) 메소드

ShowQuestionMessageBox() 공개 추상적인 메소드

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