コード例 #1
0
 public static bool GetEnableDebug(NetworkProtol np)
 {
     if (np == NetworkProtol.Tcp)
     {
         return(m_TcpNet.GetEnableDebug());
     }
     return(false);
 }