Skip to content

Instantly share code, notes, and snippets.

@jaysonrowe
Created September 18, 2012 01:22
Show Gist options
  • Select an option

  • Save jaysonrowe/3740734 to your computer and use it in GitHub Desktop.

Select an option

Save jaysonrowe/3740734 to your computer and use it in GitHub Desktop.
InitializeSnippet
public partial class ASR : ServiceBase
{
static string watcherpath = System.Configuration.ConfigurationManager.AppSettings["watcherpath"];
static string dbpath = System.Configuration.ConfigurationManager.AppSettings["dbpath"];
static string sqlserver = System.Configuration.ConfigurationManager.AppSettings["sqlserver"];
static string log = System.Configuration.ConfigurationManager.AppSettings["log"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment