Patcher.Display.ShowProblems C# (CSharp) Method

ShowProblems() public static method

public static ShowProblems ( string title, string text ) : void
title string
text string
return void
        public static void ShowProblems(string title, string text, params Problem[] problems)
        {
            display.ShowProblems(title, text, problems);
        }