Skip to content

Instantly share code, notes, and snippets.

View fabsenet's full-sized avatar
🪐

Fabian Wetzel fabsenet

🪐
View GitHub Profile
@risingsunomi
risingsunomi / gist:6ab6ae55b04f6d1f5cc8443cacc82953
Created July 18, 2016 23:27
Program.cs for Windows Service with debugging template
using System;
using System.Collections.Generic;
using System.Linq;
using System.ServiceProcess;
using System.Text;
using System.Reflection;
using System.Threading;
namespace SomeService
{