Initial
This commit is contained in:
17
LehrerApp.Desktop/Views/ViewCodeBehind.cs
Normal file
17
LehrerApp.Desktop/Views/ViewCodeBehind.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Avalonia.Controls;
|
||||
|
||||
namespace LehrerApp.Desktop.Views;
|
||||
|
||||
// Code-behind Stubs für Views ohne eigene .axaml.cs
|
||||
// NavButton → eigene NavButton.axaml.cs
|
||||
// SyncStatusBar → eigene SyncStatusBar.axaml.cs
|
||||
|
||||
public partial class DashboardView : UserControl
|
||||
{
|
||||
public DashboardView() => InitializeComponent();
|
||||
}
|
||||
|
||||
public partial class PlaceholderView : UserControl
|
||||
{
|
||||
public PlaceholderView() => InitializeComponent();
|
||||
}
|
||||
Reference in New Issue
Block a user