Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Last active March 19, 2017 21:31
Show Gist options
  • Save dsibinski/d5fb45ea47ee86b0540bf9f68666d103 to your computer and use it in GitHub Desktop.
Save dsibinski/d5fb45ea47ee86b0540bf9f68666d103 to your computer and use it in GitHub Desktop.
public class Constants
{
public static readonly string DbFilePath =
Path.Combine(
Environment.GetFolderPath(Environment.SpecialFolder.Personal),
"moneyback.db"
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment