@@ -39,6 +39,9 @@ namespace AutoSellerNS
static void InsertLog(RichTextBox LogBox, LOG_TYPE enType, string strLog)
{
if(IsDebugging() == false && enType == LOG_TYPE.DEBUG)
return;
if(LogBox.InvokeRequired)
LogBox.Invoke(m_InsertLogDelegate, LogBox, enType, strLog);
The note is not visible to the blocked user.