From 62b2496d56881f3385b208fe80b0c952da6779c2 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();