From 2f67f8c6afb97c7abe432cf0a051b7505a7d5273 Mon Sep 17 00:00:00 2001 From: Donatas Adamonis Date: Fri, 28 Apr 2017 17:41:49 +0200 Subject: bbd --- ApartmentAdmin | 1 + .../ApartmentManager/ApartmentManager.csproj | 7 ++--- .../View/ApartmentPlanPage.xaml.cs | 30 --------------------- .../View/PersonalInfoPagexaml.xaml | 15 ++++++----- HousingDatabase.ldf | Bin 8388608 -> 8388608 bytes HousingDatabase.mdf | Bin 8388608 -> 8388608 bytes 6 files changed, 13 insertions(+), 40 deletions(-) create mode 160000 ApartmentAdmin delete mode 100644 ApartmentManager/ApartmentManager/View/ApartmentPlanPage.xaml.cs diff --git a/ApartmentAdmin b/ApartmentAdmin new file mode 160000 index 0000000..f4d7fc3 --- /dev/null +++ b/ApartmentAdmin @@ -0,0 +1 @@ +Subproject commit f4d7fc3fa885184fb073fbae2aea28a476a85b80 diff --git a/ApartmentManager/ApartmentManager/ApartmentManager.csproj b/ApartmentManager/ApartmentManager/ApartmentManager.csproj index 3768365..d053bdb 100644 --- a/ApartmentManager/ApartmentManager/ApartmentManager.csproj +++ b/ApartmentManager/ApartmentManager/ApartmentManager.csproj @@ -107,9 +107,6 @@ ApartmentPage.xaml - - ApartmentPlanPage.xaml - LoginPage.xaml @@ -138,6 +135,10 @@ MSBuild:Compile Designer + + Designer + MSBuild:Compile + Designer MSBuild:Compile diff --git a/ApartmentManager/ApartmentManager/View/ApartmentPlanPage.xaml.cs b/ApartmentManager/ApartmentManager/View/ApartmentPlanPage.xaml.cs deleted file mode 100644 index 45feb63..0000000 --- a/ApartmentManager/ApartmentManager/View/ApartmentPlanPage.xaml.cs +++ /dev/null @@ -1,30 +0,0 @@ -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 ApartmentPlanPage : Page - { - public ApartmentPlanPage() - { - this.InitializeComponent(); - } - } -} diff --git a/ApartmentManager/ApartmentManager/View/PersonalInfoPagexaml.xaml b/ApartmentManager/ApartmentManager/View/PersonalInfoPagexaml.xaml index de41310..ca652b3 100644 --- a/ApartmentManager/ApartmentManager/View/PersonalInfoPagexaml.xaml +++ b/ApartmentManager/ApartmentManager/View/PersonalInfoPagexaml.xaml @@ -10,17 +10,18 @@ - + - + - + + + + + + - - - - diff --git a/HousingDatabase.ldf b/HousingDatabase.ldf index f653838..573b50d 100644 Binary files a/HousingDatabase.ldf and b/HousingDatabase.ldf differ diff --git a/HousingDatabase.mdf b/HousingDatabase.mdf index 14ef64e..f56a5ec 100644 Binary files a/HousingDatabase.mdf and b/HousingDatabase.mdf differ -- cgit v1.2.3