BackTerminal.frmBookNew.ErrorMessage C# (CSharp) Method

ErrorMessage() private method

private ErrorMessage ( string str ) : void
str string
return void
        private void ErrorMessage(string str)
        {
            MessageBox.Show(str, "错误", MessageBoxButtons.OK, MessageBoxIcon.Hand);
        }