Files
Jugenddienst-Stunden/Jugenddienst Stunden/Views/NotePage.xaml.cs
2024-08-20 01:37:51 +02:00

10 lines
138 B
C#

namespace Jugenddienst_Stunden.Views;
public partial class NotePage : ContentPage {
public NotePage() {
InitializeComponent();
}
}