Exemplo n.º 1
0
        static App()
        {
            string userPath     = System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal);
            string databasePath = Path.Combine(userPath, "soma.db");

            Database = new Core.SomaDatabase(databasePath);
        }
Exemplo n.º 2
0
		static App () {
			string userPath = System.Environment.GetFolderPath (System.Environment.SpecialFolder.Personal); 
			string databasePath = Path.Combine (userPath, "soma.db");
			Database = new SomaDatabase (databasePath);
		}