From 3486e6be71d2230ddf61bcfac61f09e171e3373c Mon Sep 17 00:00:00 2001 From: David Britch Date: Tue, 7 Mar 2017 10:15:44 +0000 Subject: [PATCH] Removed behaviors that aren't required and replaced with EventToCommandBehavior. --- .../eShopOnContainers.Core/App.xaml | 1 + .../ItemTappedCommandListViewBehavior.cs | 52 ------------------- .../Behaviors/WebViewNavigationBehavior.cs | 49 ----------------- ...ter.cs => ItemTappedEventArgsConverter.cs} | 0 .../WebNavigatingEventArgsConverter.cs | 23 ++++++++ .../Views/BasketView.xaml | 9 +++- .../Views/LoginView.xaml | 8 +-- .../eShopOnContainers.Core.csproj | 5 +- 8 files changed, 38 insertions(+), 109 deletions(-) delete mode 100644 src/Mobile/eShopOnContainers/eShopOnContainers.Core/Behaviors/ItemTappedCommandListViewBehavior.cs delete mode 100644 src/Mobile/eShopOnContainers/eShopOnContainers.Core/Behaviors/WebViewNavigationBehavior.cs rename src/Mobile/eShopOnContainers/eShopOnContainers.Core/Converters/{ItemTappedConverter.cs => ItemTappedEventArgsConverter.cs} (100%) create mode 100644 src/Mobile/eShopOnContainers/eShopOnContainers.Core/Converters/WebNavigatingEventArgsConverter.cs diff --git a/src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml b/src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml index 2c3a9c859..b1ed2ea4f 100644 --- a/src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml +++ b/src/Mobile/eShopOnContainers/eShopOnContainers.Core/App.xaml @@ -106,6 +106,7 @@ +