Schlauchliner form wird vollständig verwaltet
This commit is contained in:
@@ -165,6 +165,7 @@ namespace DaSaSo.Wpf
|
||||
using (DaSaSoDbContext context = contextFactory.CreateDbContext())
|
||||
{
|
||||
context.Database.Migrate();
|
||||
|
||||
}
|
||||
MainWindow? window = new MainWindow() { DataContext = _host.Services.GetRequiredService<MainWindowViewModel>() };
|
||||
window.Show();
|
||||
|
||||
Reference in New Issue
Block a user