Hangover. WinForms. Restore deleted books
This commit is contained in:
parent
7ad0ab566a
commit
b2cf837de7
8 changed files with 235 additions and 11 deletions
|
|
@ -1,3 +1,4 @@
|
|||
using AppScaffolding;
|
||||
using Avalonia.Controls;
|
||||
using HangoverAvalonia.ViewModels;
|
||||
|
||||
|
|
@ -9,7 +10,11 @@ namespace HangoverAvalonia.Views
|
|||
public MainWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
var config = LibationScaffolding.RunPreConfigMigrations();
|
||||
LibationScaffolding.RunPostConfigMigrations(config);
|
||||
LibationScaffolding.RunPostMigrationScaffolding(config);
|
||||
}
|
||||
|
||||
public void Execute_Click(object sender, Avalonia.Interactivity.RoutedEventArgs e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue