before conected to database

This commit is contained in:
Natlinux81
2022-08-19 18:39:38 +02:00
parent 44e2e17c15
commit fcd1d90292
9 changed files with 108 additions and 85 deletions

View File

@@ -22,7 +22,8 @@ namespace Apollon.WPF.Views.Components
{
public AddEditDetails()
{
InitializeComponent();
}
InitializeComponent();
}
}
}