AdvancedLauncher.Management.DialogManager.ShowErrorDialog C# (CSharp) Method

ShowErrorDialog() public method

Error MessageBox
public ShowErrorDialog ( string text ) : void
text string Content of error
return void
        public void ShowErrorDialog(string text) {
            ShowMessageDialog(LanguageManager.Model.Error, text);
        }