Add Exceptionhandler, AlertService JSON-Converter AppSettings via DI Reformat Code
13 lines
224 B
C#
13 lines
224 B
C#
namespace Jugenddienst_Stunden.Views;
|
|
|
|
/// <summary>
|
|
/// Einzelne Notiz
|
|
/// </summary>
|
|
public partial class NotePage : ContentPage {
|
|
/// <summary>
|
|
/// CTOR
|
|
/// </summary>
|
|
public NotePage() {
|
|
InitializeComponent();
|
|
}
|
|
} |