Patcher.Display.ShowProblems C# (CSharp) Метод

ShowProblems() публичный статический Метод

public static ShowProblems ( string title, string text ) : void
title string
text string
Результат void
        public static void ShowProblems(string title, string text, params Problem[] problems)
        {
            display.ShowProblems(title, text, problems);
        }