Add Exceptionhandler, AlertService JSON-Converter AppSettings via DI Reformat Code
11 lines
265 B
C#
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;
|
|
}
|
|
} |