Exemple #1
0
        public ServiceMain()
        {
            InitializeComponent();
#if DEBUG
            Thread.Sleep(10000);
#endif
            hub = new DDNSHub();
        }
Exemple #2
0
        /// <summary>
        /// 应用程序的主入口点。
        /// </summary>
        static void Main()
        {
            DDNSHub hub = new DDNSHub();

            hub.Run();
        }