BTool.SendCmds.DisplayInvalidAttributeValue C# (CSharp) Method

DisplayInvalidAttributeValue() private method

private DisplayInvalidAttributeValue ( string value ) : void
value string
return void
        private void DisplayInvalidAttributeValue(string value)
        {
            m_msgBox.UserMsgBox(SharedObjects.MainWin, MsgBox.MsgTypes.Error, string.Format("Invalid Attribute Value '{0}'\nFormat: 11:22:33:44:55:66\n", value));
        }