コード例 #1
0
ファイル: Program.cs プロジェクト: 3660628/thinking-home
		/// <summary>
		/// The main entry point for the application.
		/// </summary>
		static void Main()
		{
			var service = new AutomationService();
			ServiceBase.Run(service);
		}
コード例 #2
0
ファイル: Program.cs プロジェクト: zz-cs/thinking-home
        /// <summary>
        /// The main entry point for the application.
        /// </summary>
        static void Main()
        {
            var service = new AutomationService();

            ServiceBase.Run(service);
        }