Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvatoreAmaddio committed Oct 2, 2024
1 parent 128b966 commit 5e6b2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public partial class App : Application
{
public App()
{
//C:\\Users\\salva\\AppData\\Roaming\\WpfApp1\\mydb.db"
//C:\Users\salva\AppData\Roaming\AstroNET\"
Sys.LoadAllEmbeddedDll(); //load some custom assemblies that could be used later on.
DatabaseManager.DatabaseName = "zodiac.db";
DatabaseManager.LoadInApplicationData();
Expand Down

0 comments on commit 5e6b2bc

Please sign in to comment.