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);
        }