Elwig: Add LogWindow
All checks were successful
Test / Run tests (push) Successful in 1m49s

This commit is contained in:
2024-09-22 12:09:34 +02:00
parent 3cde360aaa
commit 526e951029
5 changed files with 94 additions and 0 deletions

View File

@ -90,6 +90,11 @@ namespace Elwig.Windows {
} catch { }
}
private void Menu_Help_Log_Click(object sender, RoutedEventArgs evt) {
var w = new LogWindow();
w.Show();
}
private async void Menu_Scale_SetDateTime_Click(object sender, RoutedEventArgs evt) {
if (App.CommandScales.Count == 0) {
MessageBox.Show("Es sind keine geeigneten Waagen verfügbar!", "Datum und Uhrzeit setzen", MessageBoxButton.OK, MessageBoxImage.Error);