From 68d95074babccf9e2d714a03748241c25f432210 Mon Sep 17 00:00:00 2001 From: Donatas Adamonis Date: Fri, 5 May 2017 17:24:37 +0200 Subject: rename pages --- .../ApartmentManager/ApartmentManager.csproj | 12 +++---- .../ApartmentManager/View/ApartmentPlanPage.xaml | 14 ++------ .../View/ApartmentPlanPage.xaml.cs | 30 +++++++++++++++++ .../View/ApartmentResidentsPage.xaml | 38 ++++++++++++++++++++++ .../View/ApartmentResidentsPage.xaml.cs | 30 +++++++++++++++++ .../ApartmentManager/View/PlanPage.xaml | 14 -------- .../ApartmentManager/View/PlanPage.xaml.cs | 30 ----------------- .../ApartmentManager/View/ResidentsPage.xaml | 38 ---------------------- .../ApartmentManager/View/ResidentsPage.xaml.cs | 30 ----------------- .../HousingWebApi/HousingWebApi.csproj | 4 +-- 10 files changed, 109 insertions(+), 131 deletions(-) create mode 100644 ApartmentManager/ApartmentManager/View/ApartmentPlanPage.xaml.cs create mode 100644 ApartmentManager/ApartmentManager/View/ApartmentResidentsPage.xaml create mode 100644 ApartmentManager/ApartmentManager/View/ApartmentResidentsPage.xaml.cs delete mode 100644 ApartmentManager/ApartmentManager/View/PlanPage.xaml delete mode 100644 ApartmentManager/ApartmentManager/View/PlanPage.xaml.cs delete mode 100644 ApartmentManager/ApartmentManager/View/ResidentsPage.xaml delete mode 100644 ApartmentManager/ApartmentManager/View/ResidentsPage.xaml.cs diff --git a/ApartmentManager/ApartmentManager/ApartmentManager.csproj b/ApartmentManager/ApartmentManager/ApartmentManager.csproj index dfd029d..f433093 100644 --- a/ApartmentManager/ApartmentManager/ApartmentManager.csproj +++ b/ApartmentManager/ApartmentManager/ApartmentManager.csproj @@ -140,11 +140,11 @@ PersonalInfoPage.xaml - - PlanPage.xaml + + ApartmentPlanPage.xaml - - ResidentsPage.xaml + + ApartmentResidentsPage.xaml @@ -213,11 +213,11 @@ Designer MSBuild:Compile - + Designer MSBuild:Compile - + Designer MSBuild:Compile diff --git a/ApartmentManager/ApartmentManager/View/ApartmentPlanPage.xaml b/ApartmentManager/ApartmentManager/View/ApartmentPlanPage.xaml index 4f8b466..df51ff8 100644 --- a/ApartmentManager/ApartmentManager/View/ApartmentPlanPage.xaml +++ b/ApartmentManager/ApartmentManager/View/ApartmentPlanPage.xaml @@ -1,5 +1,5 @@  - - - - - + + - diff --git a/ApartmentManager/ApartmentManager/View/ApartmentPlanPage.xaml.cs b/ApartmentManager/ApartmentManager/View/ApartmentPlanPage.xaml.cs new file mode 100644 index 0000000..bce6221 --- /dev/null +++ b/ApartmentManager/ApartmentManager/View/ApartmentPlanPage.xaml.cs @@ -0,0 +1,30 @@ +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Runtime.InteropServices.WindowsRuntime; +using Windows.Foundation; +using Windows.Foundation.Collections; +using Windows.UI.Xaml; +using Windows.UI.Xaml.Controls; +using Windows.UI.Xaml.Controls.Primitives; +using Windows.UI.Xaml.Data; +using Windows.UI.Xaml.Input; +using Windows.UI.Xaml.Media; +using Windows.UI.Xaml.Navigation; + +// The Blank Page item template is documented at https://go.microsoft.com/fwlink/?LinkId=234238 + +namespace ApartmentManager.View +{ + /// + /// An empty page that can be used on its own or navigated to within a Frame. + /// + public sealed partial class PlanPage : Page + { + public PlanPage() + { + this.InitializeComponent(); + } + } +} diff --git a/ApartmentManager/ApartmentManager/View/ApartmentResidentsPage.xaml b/ApartmentManager/ApartmentManager/View/ApartmentResidentsPage.xaml new file mode 100644 index 0000000..c68b1bc --- /dev/null +++ b/ApartmentManager/ApartmentManager/View/ApartmentResidentsPage.xaml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + +