Files
Jugenddienst-Stunden/Jugenddienst Stunden/Views/AllNotesPage.xaml.cs
Daniel Pichler 76eb71946f Refactor Api-Client
Add Exceptionhandler, AlertService JSON-Converter
AppSettings via DI

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

11 lines
265 B
C#

namespace Jugenddienst_Stunden.Views;
public partial class AllNotesPage : ContentPage {
public AllNotesPage() {
InitializeComponent();
}
private void ContentPage_NavigatedTo(object sender, NavigatedToEventArgs e) {
notesCollection.SelectedItem = null;
}
}