BTool.SendCmds.DisplayInvalidUUIDEntry C# (CSharp) Method

DisplayInvalidUUIDEntry() private method

private DisplayInvalidUUIDEntry ( string uuid ) : void
uuid string
return void
        private void DisplayInvalidUUIDEntry(string uuid)
        {
            m_msgBox.UserMsgBox(SharedObjects.MainWin, MsgBox.MsgTypes.Error, string.Format("Invalid UUID Entry '{0}'\nFormat Is Either 00:00 or 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00\n", uuid));
        }