Files
LehrerApp/LehrerApp.Desktop/Views/Students/StudentDetailView.axaml.cs
T
2026-06-19 00:42:00 +02:00

4 lines
179 B
C#

using Avalonia.Controls;
namespace LehrerApp.Desktop.Views.Students;
public partial class StudentDetailView : UserControl { public StudentDetailView() => InitializeComponent(); }