Exemplo n.º 1
0
//-------------------------------------------------------------------------------------------
        public void DebugOut(PopClient popclient, string message, POPDebugType debugtype)
        {
            if (DebugOutput != null)
            {
                DebugOutput(popclient, message, debugtype);
            }
        }
Exemplo n.º 2
0
 //-------------------------------------------------------------------------------------------
 public void DebugOut(PopClient popclient, string message, POPDebugType debugtype)
 {
     if (DebugOutput != null)
         DebugOutput(popclient, message, debugtype);
 }