예제 #1
0
//-------------------------------------------------------------------------------------------
        public void DebugOut(PopClient popclient, string message, POPDebugType debugtype)
        {
            if (DebugOutput != null)
            {
                DebugOutput(popclient, message, debugtype);
            }
        }
예제 #2
0
파일: PopListener.cs 프로젝트: weavver/net
 //-------------------------------------------------------------------------------------------
 public void DebugOut(PopClient popclient, string message, POPDebugType debugtype)
 {
     if (DebugOutput != null)
         DebugOutput(popclient, message, debugtype);
 }