14 lines
225 B
C#
14 lines
225 B
C#
namespace Jugenddienst_Stunden.Views;
|
|
|
|
/// <summary>
|
|
/// Einzelne Notiz
|
|
/// </summary>
|
|
public partial class NotePage : ContentPage {
|
|
|
|
/// <summary>
|
|
/// CTOR
|
|
/// </summary>
|
|
public NotePage() {
|
|
InitializeComponent();
|
|
}
|
|
} |