Last active
March 19, 2017 21:31
-
-
Save dsibinski/d5fb45ea47ee86b0540bf9f68666d103 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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