Esempio n. 1
0
        /// <remarks>
        /// TODO: Move this into a separate DappleSearchInterface class, along with the communications in the
        /// DappleSearch list.
        /// </remarks>
        private static void SubmitServerToSearchEngine(String strUrl, NewServerTree.ServerModelNode.ServerType eType)
        {
#if !DEBUG
            if (!MainApplication.Settings.UseDappleSearch)
            {
                return;
            }

            DappleSearchAddServerDownload oSubmission = new DappleSearchAddServerDownload(strUrl, eType);
            oSubmission.BackgroundDownloadMemory();
#endif
        }
Esempio n. 2
0
        /// <remarks>
        /// TODO: Move this into a separate DappleSearchInterface class, along with the communications in the
        /// DappleSearch list.
        /// </remarks>
        private static void SubmitServerToSearchEngine(String strUrl, NewServerTree.ServerModelNode.ServerType eType)
        {
            #if !DEBUG
            if (!MainApplication.Settings.UseDappleSearch) return;

            DappleSearchAddServerDownload oSubmission = new DappleSearchAddServerDownload(strUrl, eType);
            oSubmission.BackgroundDownloadMemory();
            #endif
        }