Blacker.MangaScraper.Services.InteractionService.ShowError C# (CSharp) Method

ShowError() public method

public ShowError ( string text ) : void
text string
return void
        public void ShowError(string text)
        {
            System.Windows.MessageBox.Show(text, "Error", MessageBoxButton.OK, MessageBoxImage.Error);
        }