Skip to content

Instantly share code, notes, and snippets.

@cammerman
Created January 8, 2011 23:50
Show Gist options
  • Save cammerman/771258 to your computer and use it in GitHub Desktop.
Save cammerman/771258 to your computer and use it in GitHub Desktop.
Generated boilerplate service class.
public partial class FolderTransformService : ServiceBase
{
public FolderTransformService()
{
InitializeComponent();
}
protected override void OnStart(String[] args)
{
}
protected override void OnStop()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment