Initial commit
This commit is contained in:
14
Jugenddienst Stunden/Views/AllNotesPage.xaml.cs
Normal file
14
Jugenddienst Stunden/Views/AllNotesPage.xaml.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Jugenddienst_Stunden.Views;
|
||||
|
||||
public partial class AllNotesPage : ContentPage
|
||||
{
|
||||
public AllNotesPage()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
}
|
||||
|
||||
private void ContentPage_NavigatedTo(object sender, NavigatedToEventArgs e) {
|
||||
notesCollection.SelectedItem = null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user