Initial
This commit is contained in:
13
LehrerApp.Desktop/Views/Students/StudentViews.cs
Normal file
13
LehrerApp.Desktop/Views/Students/StudentViews.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Avalonia.Controls;
|
||||
|
||||
namespace LehrerApp.Desktop.Views.Students;
|
||||
|
||||
public partial class StudentListView : UserControl
|
||||
{
|
||||
public StudentListView() => InitializeComponent();
|
||||
}
|
||||
|
||||
public partial class StudentDetailView : UserControl
|
||||
{
|
||||
public StudentDetailView() => InitializeComponent();
|
||||
}
|
||||
Reference in New Issue
Block a user