pocorall.SCM_Notifier.MainForm.ShowError C# (CSharp) Method

ShowError() private static method

private static ShowError ( string s ) : void
s string
return void
        private static void ShowError(string s)
        {
            MessageBox.Show (s, "SCM Notifier", MessageBoxButtons.OK, MessageBoxIcon.Error);
        }
MainForm