From d4a103675194e016329083e5bd57aa3d4e4713ad Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 22 Feb 2017 14:40:55 +0100 Subject: [PATCH] format du code --- ZicMoove/ZicMoove/Pages/UserProfile/UserProfilePage.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ZicMoove/ZicMoove/Pages/UserProfile/UserProfilePage.xaml.cs b/ZicMoove/ZicMoove/Pages/UserProfile/UserProfilePage.xaml.cs index 49668eab..7a75cea7 100644 --- a/ZicMoove/ZicMoove/Pages/UserProfile/UserProfilePage.xaml.cs +++ b/ZicMoove/ZicMoove/Pages/UserProfile/UserProfilePage.xaml.cs @@ -20,6 +20,7 @@ namespace ZicMoove.Pages.UserProfile btnPay.Clicked += BtnPay_Clicked; } + public UserProfilePage(UserProfileViewModel model) { InitializeComponent();