Files
LehrerApp/LehrerApp.Desktop/Views/Shared/PlaceholderView.axaml.cs
2026-06-19 00:42:00 +02:00

4 lines
166 B
C#

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