From 30a3f67c323b10150ed5fe224b5f8c9fb60058a2 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 9 Mar 2017 15:24:39 +0100 Subject: [PATCH] =?UTF-8?q?code=20simplifi=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Pages/EstimatePages/EditBillingLinePage.xaml.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ZicMoove/ZicMoove/Pages/EstimatePages/EditBillingLinePage.xaml.cs b/ZicMoove/ZicMoove/Pages/EstimatePages/EditBillingLinePage.xaml.cs index 0e77d7ff..c4c29a81 100644 --- a/ZicMoove/ZicMoove/Pages/EstimatePages/EditBillingLinePage.xaml.cs +++ b/ZicMoove/ZicMoove/Pages/EstimatePages/EditBillingLinePage.xaml.cs @@ -15,12 +15,6 @@ namespace ZicMoove.Pages InitializeComponent(); foreach (string du in Enum.GetNames(typeof(BillingLineViewModel.DurationUnits))) picker.Items.Add(du); - BindingContext = new BillingLineViewModel(new BillingLine()); - } - - public EditBillingLinePage() - { - Initialize(); } public EditBillingLinePage(BillingLineViewModel model)