AGS.Editor.GUIController.ShowQuestion C# (CSharp) Метод

ShowQuestion() публичный Метод

public ShowQuestion ( string message ) : DialogResult
message string
Результат DialogResult
        public DialogResult ShowQuestion(string message)
        {
            return ShowQuestion(message, MessageBoxIcon.Question);
        }

Same methods

GUIController::ShowQuestion ( string message, MessageBoxIcon icon ) : DialogResult
GUIController