Details Lerngruppe, Archiv, Stub Import
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Interactivity;
|
||||
|
||||
namespace LehrerApp.Desktop.Views.Groups;
|
||||
|
||||
public partial class DeleteGroupDialog : Window
|
||||
{
|
||||
public DeleteGroupDialog() => InitializeComponent();
|
||||
|
||||
private void OnDelete(object? sender, RoutedEventArgs e) => Close(true);
|
||||
private void OnCancel(object? sender, RoutedEventArgs e) => Close(false);
|
||||
}
|
||||
Reference in New Issue
Block a user