Files
LehrerApp/LehrerApp.Desktop/Views/Groups/WebUntisHomeworkComparisonDialog.axaml.cs
T
admin e86125e5f9
CI / build-and-test (push) Canceled after 0s
Hausaufgaben feature und Stundeplan fix
2026-09-08 18:01:42 +02:00

12 lines
311 B
C#

using Avalonia.Controls;
using Avalonia.Interactivity;
namespace LehrerApp.Desktop.Views.Groups;
public partial class WebUntisHomeworkComparisonDialog : Window
{
public WebUntisHomeworkComparisonDialog() => InitializeComponent();
private void OnClose(object? sender, RoutedEventArgs e) => Close();
}