Play Console and others
This commit is contained in:
@@ -22,4 +22,8 @@ public partial class StundenPage : ContentPage {
|
||||
protected void OnDateSelected(object sender, DateChangedEventArgs e) {
|
||||
DateTime selectedDate = e.NewDate;
|
||||
}
|
||||
|
||||
private void ListView_ItemSelected(object sender, SelectedItemChangedEventArgs e) {
|
||||
throw new Exception();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user