Leerzeilen, Kommentare

This commit is contained in:
2025-01-15 17:04:15 +01:00
parent df1e922c90
commit adab1c9ea6
4 changed files with 14 additions and 14 deletions

View File

@@ -1,10 +1,14 @@
namespace Jugenddienst_Stunden.Views;
/// <summary>
/// Einzelne Notiz
/// </summary>
public partial class NotePage : ContentPage {
/// <summary>
/// CTOR
/// </summary>
public NotePage() {
InitializeComponent();
}
}