Files
Daniel Pichler 76eb71946f Refactor Api-Client
Add Exceptionhandler, AlertService JSON-Converter
AppSettings via DI

Reformat Code
2025-12-17 09:34:08 +01:00

13 lines
224 B
C#

namespace Jugenddienst_Stunden.Views;
/// <summary>
/// Einzelne Notiz
/// </summary>
public partial class NotePage : ContentPage {
/// <summary>
/// CTOR
/// </summary>
public NotePage() {
InitializeComponent();
}
}