Skip to content

Commit d54ff8f

Browse files
authored
Update
1 parent 28efdb7 commit d54ff8f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

App.xaml.cs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
using System.Windows;
2+
using ProBizERP.Models;
3+
4+
namespace ProBizERP
5+
{
6+
public partial class App : Application
7+
{
8+
protected override void OnStartup(StartupEventArgs e)
9+
{
10+
base.OnStartup(e);
11+
DatabaseHelper.InitializeDatabase();
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)