Add config file

This commit is contained in:
2023-04-15 21:11:27 +02:00
parent ca30f12f5a
commit 7c7b3ed561
8 changed files with 59 additions and 14 deletions

View File

@ -19,7 +19,6 @@ namespace Elwig.Windows {
}
private void Window_Loaded(object sender, RoutedEventArgs evt) {
Context.Countries.Load();
Button4.IsEnabled = App.IsPrintingReady;
}