From 84eb1544496cc48d6ac2b94ff3e01c59029e67b0 Mon Sep 17 00:00:00 2001 From: Donatas Adamonis Date: Fri, 28 Apr 2017 17:15:40 +0200 Subject: personal info page --- ApartmentAdmin | 2 +- .../ApartmentManager/ApartmentManager.csproj | 7 +++++ .../View/PersonalInfoPagexaml.xaml | 26 ++++++++++++++++++ .../View/PersonalInfoPagexaml.xaml.cs | 30 +++++++++++++++++++++ HousingDatabase.ldf | Bin 8388608 -> 8388608 bytes HousingDatabase.mdf | Bin 8388608 -> 8388608 bytes 6 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 ApartmentManager/ApartmentManager/View/PersonalInfoPagexaml.xaml create mode 100644 ApartmentManager/ApartmentManager/View/PersonalInfoPagexaml.xaml.cs diff --git a/ApartmentAdmin b/ApartmentAdmin index 6f77826..f4d7fc3 160000 --- a/ApartmentAdmin +++ b/ApartmentAdmin @@ -1 +1 @@ -Subproject commit 6f7782691aa31bf3b45e87a5a9e0160274a1015d +Subproject commit f4d7fc3fa885184fb073fbae2aea28a476a85b80 diff --git a/ApartmentManager/ApartmentManager/ApartmentManager.csproj b/ApartmentManager/ApartmentManager/ApartmentManager.csproj index a117703..2fec108 100644 --- a/ApartmentManager/ApartmentManager/ApartmentManager.csproj +++ b/ApartmentManager/ApartmentManager/ApartmentManager.csproj @@ -108,6 +108,9 @@ LoginPage.xaml + + PersonalInfoPagexaml.xaml + @@ -142,6 +145,10 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + diff --git a/ApartmentManager/ApartmentManager/View/PersonalInfoPagexaml.xaml b/ApartmentManager/ApartmentManager/View/PersonalInfoPagexaml.xaml new file mode 100644 index 0000000..de41310 --- /dev/null +++ b/ApartmentManager/ApartmentManager/View/PersonalInfoPagexaml.xaml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + diff --git a/ApartmentManager/ApartmentManager/View/PersonalInfoPagexaml.xaml.cs b/ApartmentManager/ApartmentManager/View/PersonalInfoPagexaml.xaml.cs new file mode 100644 index 0000000..692570e --- /dev/null +++ b/ApartmentManager/ApartmentManager/View/PersonalInfoPagexaml.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 PersonalInfoPagexaml : Page + { + public PersonalInfoPagexaml() + { + this.InitializeComponent(); + } + } +} diff --git a/HousingDatabase.ldf b/HousingDatabase.ldf index 6dee888..fdfb54c 100644 Binary files a/HousingDatabase.ldf and b/HousingDatabase.ldf differ diff --git a/HousingDatabase.mdf b/HousingDatabase.mdf index 76e5c09..210fa00 100644 Binary files a/HousingDatabase.mdf and b/HousingDatabase.mdf differ -- cgit v1.2.3