Fail Sirius преди 4 години
ревизия
02266cea54
променени са 75 файла, в които са добавени 2608 реда и са изтрити 0 реда
  1. 1 0
      .gitignore
  2. 25 0
      Test.sln
  3. 37 0
      Test/AddServices.xaml
  4. 27 0
      Test/AddServices.xaml.cs
  5. 6 0
      Test/App.config
  6. 9 0
      Test/App.xaml
  7. 17 0
      Test/App.xaml.cs
  8. 46 0
      Test/EmployeeWindow.xaml
  9. 27 0
      Test/EmployeeWindow.xaml.cs
  10. 27 0
      Test/HistoryWindow.xaml
  11. 27 0
      Test/HistoryWindow.xaml.cs
  12. BIN
      Test/Images/beauty_logo.ico
  13. BIN
      Test/Images/beauty_logo.png
  14. BIN
      Test/Images/Силуэт.png
  15. 25 0
      Test/MainWindow.xaml
  16. 28 0
      Test/MainWindow.xaml.cs
  17. 50 0
      Test/Menu.xaml
  18. 27 0
      Test/Menu.xaml.cs
  19. 79 0
      Test/Products.xaml
  20. 27 0
      Test/Products.xaml.cs
  21. 55 0
      Test/Properties/AssemblyInfo.cs
  22. 71 0
      Test/Properties/Resources.Designer.cs
  23. 117 0
      Test/Properties/Resources.resx
  24. 30 0
      Test/Properties/Settings.Designer.cs
  25. 7 0
      Test/Properties/Settings.settings
  26. 26 0
      Test/ServicesWindow.xaml
  27. 27 0
      Test/ServicesWindow.xaml.cs
  28. 154 0
      Test/Test.csproj
  29. 18 0
      Test/Warehouse.xaml
  30. 27 0
      Test/Warehouse.xaml.cs
  31. BIN
      Test/bin/Debug/Test.exe
  32. 6 0
      Test/bin/Debug/Test.exe.config
  33. BIN
      Test/bin/Debug/Test.pdb
  34. 75 0
      Test/obj/Debug/AddEmployee.g.i.cs
  35. BIN
      Test/obj/Debug/AddServices.baml
  36. 75 0
      Test/obj/Debug/AddServices.g.cs
  37. 75 0
      Test/obj/Debug/AddServices.g.i.cs
  38. 70 0
      Test/obj/Debug/App.g.cs
  39. 70 0
      Test/obj/Debug/App.g.i.cs
  40. 75 0
      Test/obj/Debug/Authorization.g.i.cs
  41. BIN
      Test/obj/Debug/DesignTimeResolveAssemblyReferences.cache
  42. BIN
      Test/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
  43. BIN
      Test/obj/Debug/EmployeeWindow.baml
  44. 75 0
      Test/obj/Debug/EmployeeWindow.g.cs
  45. 75 0
      Test/obj/Debug/EmployeeWindow.g.i.cs
  46. BIN
      Test/obj/Debug/HistoryWindow.baml
  47. 75 0
      Test/obj/Debug/HistoryWindow.g.cs
  48. 75 0
      Test/obj/Debug/HistoryWindow.g.i.cs
  49. BIN
      Test/obj/Debug/MainWindow.baml
  50. 75 0
      Test/obj/Debug/MainWindow.g.cs
  51. 75 0
      Test/obj/Debug/MainWindow.g.i.cs
  52. BIN
      Test/obj/Debug/Menu.baml
  53. 75 0
      Test/obj/Debug/Menu.g.cs
  54. 75 0
      Test/obj/Debug/Menu.g.i.cs
  55. BIN
      Test/obj/Debug/Products.baml
  56. 75 0
      Test/obj/Debug/Products.g.cs
  57. 75 0
      Test/obj/Debug/Products.g.i.cs
  58. BIN
      Test/obj/Debug/ServicesWindow.baml
  59. 75 0
      Test/obj/Debug/ServicesWindow.g.cs
  60. 75 0
      Test/obj/Debug/ServicesWindow.g.i.cs
  61. BIN
      Test/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
  62. BIN
      Test/obj/Debug/Test.Properties.Resources.resources
  63. 1 0
      Test/obj/Debug/Test.csproj.CoreCompileInputs.cache
  64. 28 0
      Test/obj/Debug/Test.csproj.FileListAbsolute.txt
  65. BIN
      Test/obj/Debug/Test.csproj.GenerateResource.cache
  66. BIN
      Test/obj/Debug/Test.exe
  67. BIN
      Test/obj/Debug/Test.g.resources
  68. BIN
      Test/obj/Debug/Test.pdb
  69. 15 0
      Test/obj/Debug/Test_Content.g.i.cs
  70. 20 0
      Test/obj/Debug/Test_MarkupCompile.cache
  71. 20 0
      Test/obj/Debug/Test_MarkupCompile.i.cache
  72. 11 0
      Test/obj/Debug/Test_MarkupCompile.lref
  73. BIN
      Test/obj/Debug/Warehouse.baml
  74. 75 0
      Test/obj/Debug/Warehouse.g.cs
  75. 75 0
      Test/obj/Debug/Warehouse.g.i.cs

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+.vs

+ 25 - 0
Test.sln

@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.29102.190
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{BE757254-49CA-4688-96CC-AA59FDC085EA}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Release|Any CPU = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{BE757254-49CA-4688-96CC-AA59FDC085EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{BE757254-49CA-4688-96CC-AA59FDC085EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{BE757254-49CA-4688-96CC-AA59FDC085EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{BE757254-49CA-4688-96CC-AA59FDC085EA}.Release|Any CPU.Build.0 = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+	GlobalSection(ExtensibilityGlobals) = postSolution
+		SolutionGuid = {D99BD330-4CB7-40B0-95B3-857309245CEB}
+	EndGlobalSection
+EndGlobal

+ 37 - 0
Test/AddServices.xaml

@@ -0,0 +1,37 @@
+<Window x:Class="Test.AddServices"
+        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+        xmlns:local="clr-namespace:Test"
+        mc:Ignorable="d"
+        Title="AddServices" Height="450" Width="400" WindowStyle="None" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" Icon="Images/beauty_logo.ico">
+    <Grid>
+        <StackPanel HorizontalAlignment="Left" Height="277" Margin="56,69,0,0" VerticalAlignment="Top" Width="289" Background="#FFE1E4FF"/>
+
+        <Label Content="Добавление услуги" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="34" Margin="42,10,46,386" Width="312" Height="54"/>
+        <TextBox HorizontalAlignment="Center" Height="26" TextWrapping="Wrap" VerticalAlignment="Center" Width="234" Foreground="Black" BorderBrush="#FFFF4A6D" FontFamily="Tahoma" FontSize="18" VerticalContentAlignment="Bottom" Margin="84,118,82,306"/>
+        <Label Content="Название" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="18" Width="110" Margin="84,84,206,332"/>
+        <Label Content="Тип" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="18" Width="110" Margin="84,168,206,250"/>
+        <Label Content="Клиент (необязательно)" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="18" Width="234" Margin="84,252,82,166"/>
+        <Button Content="Добавить" HorizontalAlignment="Center" VerticalAlignment="Center" Width="113" Height="30" Margin="143,368,144,52" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <ComboBox HorizontalAlignment="Left" Margin="84,284,0,0" VerticalAlignment="Top" Width="234" BorderBrush="White" Height="26">
+            <ComboBox.Background>
+                <LinearGradientBrush EndPoint="0,1" StartPoint="0,0">
+                    <GradientStop Color="#FFF0F0F0" Offset="0"/>
+                    <GradientStop Color="#FFE1E4FF" Offset="1"/>
+                </LinearGradientBrush>
+            </ComboBox.Background>
+        </ComboBox>
+        <ComboBox HorizontalAlignment="Left" Margin="84,200,0,0" VerticalAlignment="Top" Width="234" BorderBrush="White" Height="26">
+            <ComboBox.Background>
+                <LinearGradientBrush EndPoint="0,1" StartPoint="0,0">
+                    <GradientStop Color="#FFF0F0F0" Offset="0"/>
+                    <GradientStop Color="#FFE1E4FF" Offset="1"/>
+                </LinearGradientBrush>
+            </ComboBox.Background>
+        </ComboBox>
+        <Button Content="Назад" HorizontalAlignment="Center" VerticalAlignment="Center" Width="96" Height="26" Margin="151,403,153,21" BorderBrush="#FFFF4A6D" Background="White" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="16"/>
+
+    </Grid>
+</Window>

+ 27 - 0
Test/AddServices.xaml.cs

@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Shapes;
+
+namespace Test
+{
+    /// <summary>
+    /// Логика взаимодействия для AddServices.xaml
+    /// </summary>
+    public partial class AddServices : Window
+    {
+        public AddServices()
+        {
+            InitializeComponent();
+        }
+    }
+}

+ 6 - 0
Test/App.config

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+    <startup> 
+        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
+    </startup>
+</configuration>

+ 9 - 0
Test/App.xaml

@@ -0,0 +1,9 @@
+<Application x:Class="Test.App"
+             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+             xmlns:local="clr-namespace:Test"
+             StartupUri="MainWindow.xaml">
+    <Application.Resources>
+         
+    </Application.Resources>
+</Application>

+ 17 - 0
Test/App.xaml.cs

@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Configuration;
+using System.Data;
+using System.Linq;
+using System.Threading.Tasks;
+using System.Windows;
+
+namespace Test
+{
+    /// <summary>
+    /// Логика взаимодействия для App.xaml
+    /// </summary>
+    public partial class App : Application
+    {
+    }
+}

+ 46 - 0
Test/EmployeeWindow.xaml

@@ -0,0 +1,46 @@
+<Window x:Class="Test.EmployeeWindow"
+        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+        xmlns:local="clr-namespace:Test"
+        mc:Ignorable="d"
+        Title="EmployeeWindow" Height="650" Width="1000" WindowStyle="None" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" Background="#FFE1E4FF" Icon="Images/beauty_logo.ico">
+    <Grid>
+        <DataGrid HorizontalAlignment="Left" Height="452" Margin="37,92,0,0" VerticalAlignment="Top" Width="474"/>
+        <Label Content="Сотрудники" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="36" Margin="155,38,629,558" Width="216" Height="54"/>
+        <Button Content="Добавить сотрудника" HorizontalAlignment="Center" VerticalAlignment="Center" Width="216" Height="30" Margin="155,549,629,71" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Image HorizontalAlignment="Left" Height="108" Margin="609,10,0,0" VerticalAlignment="Top" Width="110" Source="Images/beauty_logo.png"/>
+        <Label Content="&quot;Бровушка&quot;" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="48" Margin="719,26,10,551" Height="73" Width="271"/>
+        <TextBox HorizontalAlignment="Center" Height="26" TextWrapping="Wrap" VerticalAlignment="Center" Width="180" Foreground="Black" BorderBrush="#FFFF4A6D" FontFamily="Tahoma" FontSize="18" VerticalContentAlignment="Bottom" Margin="539,186,281,438"/>
+        <Label Content="Фамилия" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="20" Margin="539,152,351,464" Width="110"/>
+        <TextBox HorizontalAlignment="Center" Height="26" TextWrapping="Wrap" VerticalAlignment="Center" Width="180" Foreground="Black" BorderBrush="#FFFF4A6D" FontFamily="Tahoma" FontSize="18" VerticalContentAlignment="Bottom" Margin="539,246,281,378"/>
+        <Label Content="Имя" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="20" Margin="539,212,351,404" Width="110"/>
+        <TextBox HorizontalAlignment="Center" Height="26" TextWrapping="Wrap" VerticalAlignment="Center" Width="180" Foreground="Black" BorderBrush="#FFFF4A6D" FontFamily="Tahoma" FontSize="18" VerticalContentAlignment="Bottom" Margin="539,306,281,318"/>
+        <Label Content="Отчество" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="20" Margin="539,272,351,344" Width="110"/>
+        <Label Content="Роль" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="20" Margin="539,336,351,280" Width="110"/>
+        <Label Content="Смена" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="20" Margin="539,402,351,214" Width="110"/>
+        <Button Content="Подтвердить" HorizontalAlignment="Center" VerticalAlignment="Center" Width="153" Height="30" Margin="685,549,162,71" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <ComboBox HorizontalAlignment="Left" Margin="539,370,0,0" VerticalAlignment="Top" Width="180" BorderBrush="White" Height="26">
+            <ComboBox.Background>
+                <LinearGradientBrush EndPoint="0,1" StartPoint="0,0">
+                    <GradientStop Color="#FFF0F0F0" Offset="0"/>
+                    <GradientStop Color="#FFE1E4FF" Offset="1"/>
+                </LinearGradientBrush>
+            </ComboBox.Background>
+        </ComboBox>
+        <ComboBox HorizontalAlignment="Left" Margin="539,436,0,0" VerticalAlignment="Top" Width="180" BorderBrush="White" Height="26">
+            <ComboBox.Background>
+                <LinearGradientBrush EndPoint="0,1" StartPoint="0,0">
+                    <GradientStop Color="#FFF0F0F0" Offset="0"/>
+                    <GradientStop Color="#FFE1E4FF" Offset="1"/>
+                </LinearGradientBrush>
+            </ComboBox.Background>
+        </ComboBox>
+        <Button Content="Назад" HorizontalAlignment="Center" VerticalAlignment="Center" Width="113" Height="30" Margin="10,610,877,10" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Border BorderBrush="#FFFF4A6D" BorderThickness="1" HorizontalAlignment="Left" Height="168" Margin="798,228,0,0" VerticalAlignment="Top" Width="156"/>
+        <Button Content="Выбрать" HorizontalAlignment="Center" VerticalAlignment="Center" Width="111" Height="30" Margin="819,406,70,214" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Label Content="Фотография" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="20" Margin="814,194,64,422" Width="122"/>
+
+    </Grid>
+</Window>

+ 27 - 0
Test/EmployeeWindow.xaml.cs

@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Shapes;
+
+namespace Test
+{
+    /// <summary>
+    /// Логика взаимодействия для EmployeeWindow.xaml
+    /// </summary>
+    public partial class EmployeeWindow : Window
+    {
+        public EmployeeWindow()
+        {
+            InitializeComponent();
+        }
+    }
+}

+ 27 - 0
Test/HistoryWindow.xaml

@@ -0,0 +1,27 @@
+<Window x:Class="Test.HistoryWindow"
+        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+        xmlns:local="clr-namespace:Test"
+        mc:Ignorable="d"
+        Title="HistoryWindow" Height="450" Width="800" WindowStyle="None" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" Icon="Images/beauty_logo.ico">
+    <Grid>
+        <StackPanel HorizontalAlignment="Left" Height="349" Margin="10,57,0,0" VerticalAlignment="Top" Width="780" Background="#FFE1E4FF"/>
+        <Button Content="Назад" HorizontalAlignment="Center" VerticalAlignment="Center" Width="113" Height="30" Margin="10,410,677,10" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <DataGrid HorizontalAlignment="Left" Height="277" Margin="24,118,0,0" VerticalAlignment="Top" Width="753"/>
+        <Label Content="История покупок и услуг" HorizontalAlignment="Center" VerticalAlignment="Top" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="34" Margin="195,3,196,0" Width="409" Height="54" HorizontalContentAlignment="Center"/>
+        <Label Content="Поиск" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="20" Margin="24,57,667,360" Width="109" Height="33"/>
+        <TextBox HorizontalAlignment="Center" Height="24" TextWrapping="Wrap" VerticalAlignment="Center" Width="180" Foreground="Black" BorderBrush="#FFFF4A6D" FontFamily="Tahoma" FontSize="18" VerticalContentAlignment="Bottom" Margin="24,90,596,336"/>
+        <ComboBox HorizontalAlignment="Left" Margin="233,91,0,0" VerticalAlignment="Top" Width="201" BorderBrush="White" Height="23">
+            <ComboBox.Background>
+                <LinearGradientBrush EndPoint="0,1" StartPoint="0,0">
+                    <GradientStop Color="#FFF0F0F0" Offset="0"/>
+                    <GradientStop Color="#FFE1E4FF" Offset="1"/>
+                </LinearGradientBrush>
+            </ComboBox.Background>
+        </ComboBox>
+        <Label Content="Сортировка" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="20" Margin="233,57,437,359" Width="130"/>
+
+    </Grid>
+</Window>

+ 27 - 0
Test/HistoryWindow.xaml.cs

@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Shapes;
+
+namespace Test
+{
+    /// <summary>
+    /// Логика взаимодействия для HistoryWindow.xaml
+    /// </summary>
+    public partial class HistoryWindow : Window
+    {
+        public HistoryWindow()
+        {
+            InitializeComponent();
+        }
+    }
+}

BIN
Test/Images/beauty_logo.ico


BIN
Test/Images/beauty_logo.png


BIN
Test/Images/Силуэт.png


+ 25 - 0
Test/MainWindow.xaml

@@ -0,0 +1,25 @@
+<Window x:Class="Test.MainWindow"
+        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+        xmlns:local="clr-namespace:Test"
+        mc:Ignorable="d"
+        Title="MainWindow" Height="650" Width="1000" WindowStyle="None" WindowStartupLocation="CenterScreen" Icon="Images/beauty_logo.ico" ResizeMode="NoResize">
+    <Grid>
+        <Image HorizontalAlignment="Left" Height="448" Margin="19,26,0,0" VerticalAlignment="Top" Width="514" Source="Images/Силуэт.png"/>
+
+
+        <StackPanel HorizontalAlignment="Left" Height="369" Margin="303,177,0,0" VerticalAlignment="Top" Width="389" Background="#FFE1E4FF"/>
+        <TextBox HorizontalAlignment="Center" Height="26" TextWrapping="Wrap" VerticalAlignment="Center" Width="181" Foreground="Black" BorderBrush="#FFFF4A6D" FontFamily="Tahoma" FontSize="18" VerticalContentAlignment="Bottom" Margin="406,328,405,288"/>
+        <Label Content="Авторизация" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="36" Margin="385,222,385,368" Width="222" Height="52"/>
+        <PasswordBox HorizontalAlignment="Left" Margin="406,386,0,0" VerticalAlignment="Top" Width="180" Height="26" BorderBrush="#FFFF4A6D"/>
+        <Button Content="Войти" HorizontalAlignment="Center" VerticalAlignment="Center" Width="98" Height="31" Margin="447,438,447,173" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Image HorizontalAlignment="Left" Height="108" Margin="609,10,0,0" VerticalAlignment="Top" Width="110" Source="Images/beauty_logo.png"/>
+        <Label Content="&quot;Бровушка&quot;" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="48" Margin="719,26,2,543" Height="73" Width="271"/>
+        <Label Content="Логин" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="20" Margin="406,294,521,314" Width="65" Height="34"/>
+        <Label Content="Пароль" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="20" Margin="406,352,497,256" Width="89" Height="34"/>
+
+
+    </Grid>
+</Window>

+ 28 - 0
Test/MainWindow.xaml.cs

@@ -0,0 +1,28 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+
+namespace Test
+{
+    /// <summary>
+    /// Логика взаимодействия для MainWindow.xaml
+    /// </summary>
+    public partial class MainWindow : Window
+    {
+        public MainWindow()
+        {
+            InitializeComponent();
+        }
+    }
+}

+ 50 - 0
Test/Menu.xaml

@@ -0,0 +1,50 @@
+<Window x:Class="Test.Menu"
+        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+        xmlns:local="clr-namespace:Test"
+        mc:Ignorable="d"
+        Title="Menu" Height="650" Width="1000" FontFamily="Tahoma" FontSize="16" WindowStyle="None" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" Icon="Images/beauty_logo.ico">
+    <Grid>
+        <StackPanel HorizontalAlignment="Left" Height="559" Margin="10,81,0,0" VerticalAlignment="Top" Width="289" Background="#FFE1E4FF"/>
+        <StackPanel HorizontalAlignment="Left" Height="45" Margin="10,10,0,0" VerticalAlignment="Top" Width="980" Background="#FFE1E4FF"/>
+        <DataGrid HorizontalAlignment="Left" Height="308" Margin="326,81,0,0" VerticalAlignment="Top" Width="649" BorderBrush="#FFE14A69"/>
+        <Button Content="Выход" HorizontalAlignment="Center" VerticalAlignment="Center" Width="148" Height="33" Margin="837,16,15,601" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Button Content="+ Добавить" HorizontalAlignment="Center" VerticalAlignment="Center" Width="145" Height="31" Margin="326,394,529,225" BorderBrush="#FFE1E4FF" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Button Content="- Удалить" HorizontalAlignment="Center" VerticalAlignment="Center" Width="120" Height="31" Margin="855,394,25,225" BorderBrush="#FFE1E4FF" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Button Content="Склад" HorizontalAlignment="Center" VerticalAlignment="Center" Width="163" Height="33" Margin="334,16,503,601" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Button Content="История" HorizontalAlignment="Center" VerticalAlignment="Center" Width="142" Height="33" Margin="649,16,209,601" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Button Content="Сотрудники" HorizontalAlignment="Center" VerticalAlignment="Center" Width="160" Height="33" Margin="19,16,821,601" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Button Content="Клиенты" HorizontalAlignment="Center" VerticalAlignment="Center" Width="145" Height="33" Margin="184,16,671,601" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <TextBox HorizontalAlignment="Center" Height="29" TextWrapping="Wrap" VerticalAlignment="Center" Width="236" Foreground="Black" BorderBrush="#FFFF4A6D" FontFamily="Tahoma" FontSize="18" VerticalContentAlignment="Bottom" Margin="34,148,730,473"/>
+        <Button Content="Услуги" HorizontalAlignment="Center" VerticalAlignment="Center" Width="142" Height="33" Margin="502,16,356,601" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Label Content="Поиск" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="24" Margin="34,109,890,502"/>
+        <ComboBox HorizontalAlignment="Left" Margin="34,318,0,0" VerticalAlignment="Top" Width="236" BorderBrush="White" Height="29">
+            <ComboBox.Background>
+                <LinearGradientBrush EndPoint="0,1" StartPoint="0,0">
+                    <GradientStop Color="#FFF0F0F0" Offset="0"/>
+                    <GradientStop Color="#FFE1E4FF" Offset="1"/>
+                </LinearGradientBrush>
+            </ComboBox.Background>
+        </ComboBox>
+        <ComboBox HorizontalAlignment="Left" Margin="34,389,0,0" VerticalAlignment="Top" Width="236" BorderBrush="White" Height="29">
+            <ComboBox.Background>
+                <LinearGradientBrush EndPoint="0,1" StartPoint="0,0">
+                    <GradientStop Color="#FFF0F0F0" Offset="0"/>
+                    <GradientStop Color="#FFE1E4FF" Offset="1"/>
+                </LinearGradientBrush>
+            </ComboBox.Background>
+        </ComboBox>
+        <Label Content="Виду" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="22" Margin="34,281,907,332"/>
+        <Label Content="Типу" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="22" Margin="34,352,907,261"/>
+        <Label Content="Сортировка по:" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="24" Margin="56,227,765,384" Width="179"/>
+        <Button Content="Сбросить" HorizontalAlignment="Center" VerticalAlignment="Center" Width="236" Height="31" Margin="34,450,730,169" BorderBrush="#FFE1E4FF" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Image HorizontalAlignment="Left" Height="75" Margin="19,539,0,0" VerticalAlignment="Top" Width="86" Source="Images/beauty_logo.png"/>
+        <Label Content="&quot;Бровушка&quot;" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="30" Margin="96,553,722,46" Height="51" Width="182"/>
+        <DataGrid HorizontalAlignment="Left" Height="153" Margin="326,487,0,0" VerticalAlignment="Top" Width="649" BorderBrush="#FFE14A69"/>
+        <Label Content="Дополнительные товары:" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="24" Margin="326,448,380,163" Width="294"/>
+        <Button Content="Переключить на вид плитки" HorizontalAlignment="Center" VerticalAlignment="Center" Width="263" Height="31" Margin="476,394,261,225" BorderBrush="#FFFF4A6D" Background="White" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="18"/>
+
+    </Grid>
+</Window>

+ 27 - 0
Test/Menu.xaml.cs

@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Shapes;
+
+namespace Test
+{
+    /// <summary>
+    /// Логика взаимодействия для Menu.xaml
+    /// </summary>
+    public partial class Menu : Window
+    {
+        public Menu()
+        {
+            InitializeComponent();
+        }
+    }
+}

+ 79 - 0
Test/Products.xaml

@@ -0,0 +1,79 @@
+<Window x:Class="Test.Products"
+        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+        xmlns:local="clr-namespace:Test"
+        mc:Ignorable="d"
+        Title="Products" Height="650" Width="1000" WindowStyle="None" WindowStartupLocation="CenterScreen" ResizeMode="NoResize" Icon="Images/beauty_logo.ico">
+    <Grid>
+        <StackPanel HorizontalAlignment="Left" Height="559" Margin="10,81,0,0" VerticalAlignment="Top" Width="289" Background="#FFE1E4FF"/>
+        <StackPanel HorizontalAlignment="Left" Height="45" Margin="10,10,0,0" VerticalAlignment="Top" Width="980" Background="#FFE1E4FF"/>
+        <Button Content="Выход" HorizontalAlignment="Center" VerticalAlignment="Center" Width="148" Height="33" Margin="837,16,15,601" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Button Content="Склад" HorizontalAlignment="Center" VerticalAlignment="Center" Width="163" Height="33" Margin="334,16,503,601" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Button Content="История" HorizontalAlignment="Center" VerticalAlignment="Center" Width="142" Height="33" Margin="649,16,209,601" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Button Content="Сотрудники" HorizontalAlignment="Center" VerticalAlignment="Center" Width="160" Height="33" Margin="19,16,821,601" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Button Content="Клиенты" HorizontalAlignment="Center" VerticalAlignment="Center" Width="145" Height="33" Margin="184,16,671,601" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <TextBox HorizontalAlignment="Center" Height="29" TextWrapping="Wrap" VerticalAlignment="Center" Width="236" Foreground="Black" BorderBrush="#FFFF4A6D" FontFamily="Tahoma" FontSize="18" VerticalContentAlignment="Bottom" Margin="34,148,730,473"/>
+        <Button Content="Услуги" HorizontalAlignment="Center" VerticalAlignment="Center" Width="142" Height="33" Margin="502,16,356,601" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Label Content="Поиск" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="24" Margin="34,109,890,502"/>
+        <ComboBox HorizontalAlignment="Left" Margin="34,318,0,0" VerticalAlignment="Top" Width="236" BorderBrush="White" Height="29">
+            <ComboBox.Background>
+                <LinearGradientBrush EndPoint="0,1" StartPoint="0,0">
+                    <GradientStop Color="#FFF0F0F0" Offset="0"/>
+                    <GradientStop Color="#FFE1E4FF" Offset="1"/>
+                </LinearGradientBrush>
+            </ComboBox.Background>
+        </ComboBox>
+        <ComboBox HorizontalAlignment="Left" Margin="34,389,0,0" VerticalAlignment="Top" Width="236" BorderBrush="White" Height="29">
+            <ComboBox.Background>
+                <LinearGradientBrush EndPoint="0,1" StartPoint="0,0">
+                    <GradientStop Color="#FFF0F0F0" Offset="0"/>
+                    <GradientStop Color="#FFE1E4FF" Offset="1"/>
+                </LinearGradientBrush>
+            </ComboBox.Background>
+        </ComboBox>
+        <Label Content="Виду" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="22" Margin="34,281,907,332"/>
+        <Label Content="Типу" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="22" Margin="34,352,907,261"/>
+        <Label Content="Сортировка по:" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="24" Margin="56,227,765,384" Width="179"/>
+        <Button Content="Сбросить" HorizontalAlignment="Center" VerticalAlignment="Center" Width="236" Height="31" Margin="34,450,730,169" BorderBrush="#FFE1E4FF" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Image HorizontalAlignment="Left" Height="75" Margin="19,539,0,0" VerticalAlignment="Top" Width="86" Source="Images/beauty_logo.png"/>
+        <Label Content="&quot;Бровушка&quot;" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="30" Margin="96,553,722,46" Height="51" Width="182"/>
+        <Button Content="Вернуть вид таблицы" HorizontalAlignment="Center" VerticalAlignment="Center" Width="210" Height="31" Margin="318,609,472,10" BorderBrush="#FFFF4A6D" Background="White" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="18"/>
+        <Grid HorizontalAlignment="Left" Height="523" Margin="318,81,0,0" VerticalAlignment="Top" Width="667" Background="#FFE1E4FF">
+
+        </Grid>
+        <StackPanel HorizontalAlignment="Left" Height="150" Margin="329,91,0,0" VerticalAlignment="Top" Width="150" Background="#FFFF4A6D"/>
+        <StackPanel HorizontalAlignment="Left" Height="107" Margin="334,95,0,0" VerticalAlignment="Top" Width="141" Background="White"/>
+        <StackPanel HorizontalAlignment="Left" Height="150" Margin="494,91,0,0" VerticalAlignment="Top" Width="150" Background="#FFFF4A6D"/>
+        <StackPanel HorizontalAlignment="Left" Height="107" Margin="499,95,0,0" VerticalAlignment="Top" Width="141" Background="White"/>
+        <StackPanel HorizontalAlignment="Left" Height="150" Margin="659,91,0,0" VerticalAlignment="Top" Width="150" Background="#FFFF4A6D"/>
+        <StackPanel HorizontalAlignment="Left" Height="107" Margin="664,95,0,0" VerticalAlignment="Top" Width="141" Background="White"/>
+        <StackPanel HorizontalAlignment="Left" Height="150" Margin="821,91,0,0" VerticalAlignment="Top" Width="150" Background="#FFFF4A6D"/>
+        <StackPanel HorizontalAlignment="Left" Height="107" Margin="826,95,0,0" VerticalAlignment="Top" Width="141" Background="White"/>
+        <StackPanel HorizontalAlignment="Left" Height="150" Margin="329,91,0,0" VerticalAlignment="Top" Width="150" Background="#FFFF4A6D"/>
+        <StackPanel HorizontalAlignment="Left" Height="107" Margin="334,95,0,0" VerticalAlignment="Top" Width="141" Background="White"/>
+        <StackPanel HorizontalAlignment="Left" Height="150" Margin="494,91,0,0" VerticalAlignment="Top" Width="150" Background="#FFFF4A6D"/>
+        <StackPanel HorizontalAlignment="Left" Height="107" Margin="499,95,0,0" VerticalAlignment="Top" Width="141" Background="White"/>
+        <StackPanel HorizontalAlignment="Left" Height="150" Margin="659,91,0,0" VerticalAlignment="Top" Width="150" Background="#FFFF4A6D"/>
+        <StackPanel HorizontalAlignment="Left" Height="107" Margin="664,95,0,0" VerticalAlignment="Top" Width="141" Background="White"/>
+        <StackPanel HorizontalAlignment="Left" Height="150" Margin="821,91,0,0" VerticalAlignment="Top" Width="150" Background="#FFFF4A6D"/>
+        <StackPanel HorizontalAlignment="Left" Height="107" Margin="826,95,0,0" VerticalAlignment="Top" Width="141" Background="White"/>
+        <StackPanel HorizontalAlignment="Left" Height="150" Margin="329,246,0,0" VerticalAlignment="Top" Width="150" Background="#FFFF4A6D"/>
+        <StackPanel HorizontalAlignment="Left" Height="106" Margin="334,250,0,0" VerticalAlignment="Top" Width="141" Background="White"/>
+        <StackPanel HorizontalAlignment="Left" Height="150" Margin="494,246,0,0" VerticalAlignment="Top" Width="150" Background="#FFFF4A6D"/>
+        <StackPanel HorizontalAlignment="Left" Height="106" Margin="499,250,0,0" VerticalAlignment="Top" Width="141" Background="White"/>
+        <StackPanel HorizontalAlignment="Left" Height="150" Margin="659,246,0,0" VerticalAlignment="Top" Width="150" Background="#FFFF4A6D"/>
+        <StackPanel HorizontalAlignment="Left" Height="106" Margin="664,250,0,0" VerticalAlignment="Top" Width="141" Background="White"/>
+        <StackPanel HorizontalAlignment="Left" Height="150" Margin="821,246,0,0" VerticalAlignment="Top" Width="150" Background="#FFFF4A6D"/>
+        <StackPanel HorizontalAlignment="Left" Height="106" Margin="826,250,0,0" VerticalAlignment="Top" Width="141" Background="White"/>
+        <StackPanel HorizontalAlignment="Left" Height="150" Margin="329,404,0,0" VerticalAlignment="Top" Width="150" Background="#FFFF4A6D"/>
+        <StackPanel HorizontalAlignment="Left" Height="107" Margin="334,408,0,0" VerticalAlignment="Top" Width="141" Background="White"/>
+        <StackPanel HorizontalAlignment="Left" Height="150" Margin="494,404,0,0" VerticalAlignment="Top" Width="150" Background="#FFFF4A6D"/>
+        <StackPanel HorizontalAlignment="Left" Height="107" Margin="499,408,0,0" VerticalAlignment="Top" Width="141" Background="White"/>
+        <StackPanel HorizontalAlignment="Left" Height="150" Margin="659,404,0,0" VerticalAlignment="Top" Width="150" Background="#FFFF4A6D"/>
+        <StackPanel HorizontalAlignment="Left" Height="107" Margin="664,408,0,0" VerticalAlignment="Top" Width="141" Background="White"/>
+        <StackPanel HorizontalAlignment="Left" Height="150" Margin="821,404,0,0" VerticalAlignment="Top" Width="150" Background="#FFFF4A6D"/>
+        <StackPanel HorizontalAlignment="Left" Height="107" Margin="826,408,0,0" VerticalAlignment="Top" Width="141" Background="White"/>
+    </Grid>
+</Window>

+ 27 - 0
Test/Products.xaml.cs

@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Shapes;
+
+namespace Test
+{
+    /// <summary>
+    /// Логика взаимодействия для Products.xaml
+    /// </summary>
+    public partial class Products : Window
+    {
+        public Products()
+        {
+            InitializeComponent();
+        }
+    }
+}

+ 55 - 0
Test/Properties/AssemblyInfo.cs

@@ -0,0 +1,55 @@
+using System.Reflection;
+using System.Resources;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+using System.Windows;
+
+// Общие сведения об этой сборке предоставляются следующим набором
+// набор атрибутов. Измените значения этих атрибутов, чтобы изменить сведения,
+// связанные со сборкой.
+[assembly: AssemblyTitle("Test")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("Test")]
+[assembly: AssemblyCopyright("Copyright ©  2021")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Установка значения False для параметра ComVisible делает типы в этой сборке невидимыми
+// для компонентов COM. Если необходимо обратиться к типу в этой сборке через
+// из модели COM, установите атрибут ComVisible для этого типа в значение true.
+[assembly: ComVisible(false)]
+
+//Чтобы начать создание локализуемых приложений, задайте
+//<UICulture>CultureYouAreCodingWith</UICulture> в файле .csproj
+//в <PropertyGroup>. Например, при использовании английского (США)
+//в своих исходных файлах установите <UICulture> в en-US.  Затем отмените преобразование в комментарий
+//атрибута NeutralResourceLanguage ниже.  Обновите "en-US" в
+//строка внизу для обеспечения соответствия настройки UICulture в файле проекта.
+
+//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
+
+
+[assembly: ThemeInfo(
+    ResourceDictionaryLocation.None, //где расположены словари ресурсов по конкретным тематикам
+                                     //(используется, если ресурс не найден на странице,
+                                     // или в словарях ресурсов приложения)
+    ResourceDictionaryLocation.SourceAssembly //где расположен словарь универсальных ресурсов
+                                              //(используется, если ресурс не найден на странице,
+                                              // в приложении или в каких-либо словарях ресурсов для конкретной темы)
+)]
+
+
+// Сведения о версии для сборки включают четыре следующих значения:
+//
+//      Основной номер версии
+//      Дополнительный номер версии
+//      Номер сборки
+//      Номер редакции
+//
+// Можно задать все значения или принять номера сборки и редакции по умолчанию 
+// используя "*", как показано ниже:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]

+ 71 - 0
Test/Properties/Resources.Designer.cs

@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код был создан программным средством.
+//     Версия среды выполнения: 4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильному поведению и будут утрачены, если
+//     код создан повторно.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+namespace Test.Properties
+{
+
+
+    /// <summary>
+    ///   Класс ресурсов со строгим типом для поиска локализованных строк и пр.
+    /// </summary>
+    // Этот класс был автоматически создан при помощи StronglyTypedResourceBuilder
+    // класс с помощью таких средств, как ResGen или Visual Studio.
+    // Для добавления или удаления члена измените файл .ResX, а затем перезапустите ResGen
+    // с параметром /str или заново постройте свой VS-проект.
+    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+    internal class Resources
+    {
+
+        private static global::System.Resources.ResourceManager resourceMan;
+
+        private static global::System.Globalization.CultureInfo resourceCulture;
+
+        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+        internal Resources()
+        {
+        }
+
+        /// <summary>
+        ///   Возврат кэшированного экземпляра ResourceManager, используемого этим классом.
+        /// </summary>
+        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+        internal static global::System.Resources.ResourceManager ResourceManager
+        {
+            get
+            {
+                if ((resourceMan == null))
+                {
+                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Test.Properties.Resources", typeof(Resources).Assembly);
+                    resourceMan = temp;
+                }
+                return resourceMan;
+            }
+        }
+
+        /// <summary>
+        ///   Переопределяет свойство CurrentUICulture текущего потока для всех
+        ///   подстановки ресурсов с помощью этого класса ресурсов со строгим типом.
+        /// </summary>
+        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+        internal static global::System.Globalization.CultureInfo Culture
+        {
+            get
+            {
+                return resourceCulture;
+            }
+            set
+            {
+                resourceCulture = value;
+            }
+        }
+    }
+}

+ 117 - 0
Test/Properties/Resources.resx

@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+  <!-- 
+    Microsoft ResX Schema 
+    
+    Version 2.0
+    
+    The primary goals of this format is to allow a simple XML format 
+    that is mostly human readable. The generation and parsing of the 
+    various data types are done through the TypeConverter classes 
+    associated with the data types.
+    
+    Example:
+    
+    ... ado.net/XML headers & schema ...
+    <resheader name="resmimetype">text/microsoft-resx</resheader>
+    <resheader name="version">2.0</resheader>
+    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+        <value>[base64 mime encoded serialized .NET Framework object]</value>
+    </data>
+    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+        <comment>This is a comment</comment>
+    </data>
+                
+    There are any number of "resheader" rows that contain simple 
+    name/value pairs.
+    
+    Each data row contains a name, and value. The row also contains a 
+    type or mimetype. Type corresponds to a .NET class that support 
+    text/value conversion through the TypeConverter architecture. 
+    Classes that don't support this are serialized and stored with the 
+    mimetype set.
+    
+    The mimetype is used for serialized objects, and tells the 
+    ResXResourceReader how to depersist the object. This is currently not 
+    extensible. For a given mimetype the value must be set accordingly:
+    
+    Note - application/x-microsoft.net.object.binary.base64 is the format 
+    that the ResXResourceWriter will generate, however the reader can 
+    read any of the formats listed below.
+    
+    mimetype: application/x-microsoft.net.object.binary.base64
+    value   : The object must be serialized with 
+            : System.Serialization.Formatters.Binary.BinaryFormatter
+            : and then encoded with base64 encoding.
+    
+    mimetype: application/x-microsoft.net.object.soap.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+            : and then encoded with base64 encoding.
+
+    mimetype: application/x-microsoft.net.object.bytearray.base64
+    value   : The object must be serialized into a byte array 
+            : using a System.ComponentModel.TypeConverter
+            : and then encoded with base64 encoding.
+    -->
+  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+    <xsd:element name="root" msdata:IsDataSet="true">
+      <xsd:complexType>
+        <xsd:choice maxOccurs="unbounded">
+          <xsd:element name="metadata">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" />
+              <xsd:attribute name="type" type="xsd:string" />
+              <xsd:attribute name="mimetype" type="xsd:string" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="assembly">
+            <xsd:complexType>
+              <xsd:attribute name="alias" type="xsd:string" />
+              <xsd:attribute name="name" type="xsd:string" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="data">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
+              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="resheader">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" />
+            </xsd:complexType>
+          </xsd:element>
+        </xsd:choice>
+      </xsd:complexType>
+    </xsd:element>
+  </xsd:schema>
+  <resheader name="resmimetype">
+    <value>text/microsoft-resx</value>
+  </resheader>
+  <resheader name="version">
+    <value>2.0</value>
+  </resheader>
+  <resheader name="reader">
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <resheader name="writer">
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+</root>

+ 30 - 0
Test/Properties/Settings.Designer.cs

@@ -0,0 +1,30 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     This code was generated by a tool.
+//     Runtime Version:4.0.30319.42000
+//
+//     Changes to this file may cause incorrect behavior and will be lost if
+//     the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+namespace Test.Properties
+{
+
+
+    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
+    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
+    {
+
+        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
+
+        public static Settings Default
+        {
+            get
+            {
+                return defaultInstance;
+            }
+        }
+    }
+}

+ 7 - 0
Test/Properties/Settings.settings

@@ -0,0 +1,7 @@
+<?xml version='1.0' encoding='utf-8'?>
+<SettingsFile xmlns="uri:settings" CurrentProfile="(Default)">
+  <Profiles>
+    <Profile Name="(Default)" />
+  </Profiles>
+  <Settings />
+</SettingsFile>

+ 26 - 0
Test/ServicesWindow.xaml

@@ -0,0 +1,26 @@
+<Window x:Class="Test.ServicesWindow"
+        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+        xmlns:local="clr-namespace:Test"
+        mc:Ignorable="d"
+        Title="ServicesWindow" Height="650" Width="1000" WindowStyle="None" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" Icon="Images/beauty_logo.ico">
+    <Grid>
+        <StackPanel HorizontalAlignment="Left" Height="522" Margin="0,72,0,0" VerticalAlignment="Top" Width="1000" Background="#FFE1E4FF"/>
+
+        <DataGrid HorizontalAlignment="Left" Height="398" Margin="10,146,0,0" VerticalAlignment="Top" Width="453"/>
+        <Label Content="Клиенты" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="36" Margin="154,18,694,578" Width="152" Height="54"/>
+        <Button Content="Назад" HorizontalAlignment="Center" VerticalAlignment="Center" Width="113" Height="30" Margin="10,610,877,10" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Button Content="Добавить клиента" HorizontalAlignment="Center" VerticalAlignment="Center" Width="216" Height="30" Margin="124,549,660,71" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <DataGrid HorizontalAlignment="Left" Height="398" Margin="482,146,0,0" VerticalAlignment="Top" Width="508"/>
+        <Label Content="Услуги" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="36" Margin="668,18,209,578" Width="123" Height="54"/>
+        <Button Content="Добавить услугу" HorizontalAlignment="Center" VerticalAlignment="Center" Width="216" Height="30" Margin="614,549,170,71" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <Button Content="Выход" HorizontalAlignment="Center" VerticalAlignment="Center" Width="113" Height="30" Margin="877,10,10,610" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <TextBox HorizontalAlignment="Center" Height="29" TextWrapping="Wrap" VerticalAlignment="Center" Width="236" Foreground="Black" BorderBrush="#FFFF4A6D" FontFamily="Tahoma" FontSize="18" VerticalContentAlignment="Bottom" Margin="10,111,754,510"/>
+        <Label Content="Поиск" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="24" Margin="10,72,914,539"/>
+        <TextBox HorizontalAlignment="Center" Height="29" TextWrapping="Wrap" VerticalAlignment="Center" Width="236" Foreground="Black" BorderBrush="#FFFF4A6D" FontFamily="Tahoma" FontSize="18" VerticalContentAlignment="Bottom" Margin="482,111,282,510"/>
+        <Label Content="Поиск" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="24" Margin="482,72,442,539"/>
+
+    </Grid>
+</Window>

+ 27 - 0
Test/ServicesWindow.xaml.cs

@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Shapes;
+
+namespace Test
+{
+    /// <summary>
+    /// Логика взаимодействия для ServicesWindow.xaml
+    /// </summary>
+    public partial class ServicesWindow : Window
+    {
+        public ServicesWindow()
+        {
+            InitializeComponent();
+        }
+    }
+}

+ 154 - 0
Test/Test.csproj

@@ -0,0 +1,154 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{BE757254-49CA-4688-96CC-AA59FDC085EA}</ProjectGuid>
+    <OutputType>WinExe</OutputType>
+    <RootNamespace>Test</RootNamespace>
+    <AssemblyName>Test</AssemblyName>
+    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+    <WarningLevel>4</WarningLevel>
+    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
+    <Deterministic>true</Deterministic>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Xml" />
+    <Reference Include="Microsoft.CSharp" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Xml.Linq" />
+    <Reference Include="System.Data.DataSetExtensions" />
+    <Reference Include="System.Net.Http" />
+    <Reference Include="System.Xaml">
+      <RequiredTargetFramework>4.0</RequiredTargetFramework>
+    </Reference>
+    <Reference Include="WindowsBase" />
+    <Reference Include="PresentationCore" />
+    <Reference Include="PresentationFramework" />
+  </ItemGroup>
+  <ItemGroup>
+    <ApplicationDefinition Include="App.xaml">
+      <Generator>MSBuild:Compile</Generator>
+      <SubType>Designer</SubType>
+    </ApplicationDefinition>
+    <Compile Include="AddServices.xaml.cs">
+      <DependentUpon>AddServices.xaml</DependentUpon>
+    </Compile>
+    <Compile Include="HistoryWindow.xaml.cs">
+      <DependentUpon>HistoryWindow.xaml</DependentUpon>
+    </Compile>
+    <Compile Include="Products.xaml.cs">
+      <DependentUpon>Products.xaml</DependentUpon>
+    </Compile>
+    <Compile Include="ServicesWindow.xaml.cs">
+      <DependentUpon>ServicesWindow.xaml</DependentUpon>
+    </Compile>
+    <Compile Include="Warehouse.xaml.cs">
+      <DependentUpon>Warehouse.xaml</DependentUpon>
+    </Compile>
+    <Page Include="AddServices.xaml">
+      <SubType>Designer</SubType>
+      <Generator>MSBuild:Compile</Generator>
+    </Page>
+    <Page Include="MainWindow.xaml">
+      <Generator>MSBuild:Compile</Generator>
+      <SubType>Designer</SubType>
+    </Page>
+    <Compile Include="App.xaml.cs">
+      <DependentUpon>App.xaml</DependentUpon>
+      <SubType>Code</SubType>
+    </Compile>
+    <Compile Include="EmployeeWindow.xaml.cs">
+      <DependentUpon>EmployeeWindow.xaml</DependentUpon>
+    </Compile>
+    <Compile Include="MainWindow.xaml.cs">
+      <DependentUpon>MainWindow.xaml</DependentUpon>
+      <SubType>Code</SubType>
+    </Compile>
+    <Page Include="EmployeeWindow.xaml">
+      <SubType>Designer</SubType>
+      <Generator>MSBuild:Compile</Generator>
+    </Page>
+    <Page Include="HistoryWindow.xaml">
+      <SubType>Designer</SubType>
+      <Generator>MSBuild:Compile</Generator>
+    </Page>
+    <Page Include="Products.xaml">
+      <SubType>Designer</SubType>
+      <Generator>MSBuild:Compile</Generator>
+    </Page>
+    <Page Include="ServicesWindow.xaml">
+      <SubType>Designer</SubType>
+      <Generator>MSBuild:Compile</Generator>
+    </Page>
+    <Page Include="Warehouse.xaml">
+      <SubType>Designer</SubType>
+      <Generator>MSBuild:Compile</Generator>
+    </Page>
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="Menu.xaml.cs">
+      <DependentUpon>Menu.xaml</DependentUpon>
+    </Compile>
+    <Compile Include="Properties\AssemblyInfo.cs">
+      <SubType>Code</SubType>
+    </Compile>
+    <Compile Include="Properties\Resources.Designer.cs">
+      <AutoGen>True</AutoGen>
+      <DesignTime>True</DesignTime>
+      <DependentUpon>Resources.resx</DependentUpon>
+    </Compile>
+    <Compile Include="Properties\Settings.Designer.cs">
+      <AutoGen>True</AutoGen>
+      <DependentUpon>Settings.settings</DependentUpon>
+      <DesignTimeSharedInput>True</DesignTimeSharedInput>
+    </Compile>
+    <EmbeddedResource Include="Properties\Resources.resx">
+      <Generator>ResXFileCodeGenerator</Generator>
+      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
+    </EmbeddedResource>
+    <None Include="Properties\Settings.settings">
+      <Generator>SettingsSingleFileGenerator</Generator>
+      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
+    </None>
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="App.config" />
+  </ItemGroup>
+  <ItemGroup>
+    <Resource Include="Images\beauty_logo.ico" />
+    <Resource Include="Images\beauty_logo.png" />
+    <Resource Include="Images\Силуэт.png" />
+  </ItemGroup>
+  <ItemGroup>
+    <Page Include="Menu.xaml">
+      <SubType>Designer</SubType>
+      <Generator>MSBuild:Compile</Generator>
+    </Page>
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+</Project>

+ 18 - 0
Test/Warehouse.xaml

@@ -0,0 +1,18 @@
+<Window x:Class="Test.Warehouse"
+        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+        xmlns:local="clr-namespace:Test"
+        mc:Ignorable="d"
+        Title="Warehouse" Height="450" Width="450" WindowStyle="None" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" Icon="Images/beauty_logo.ico">
+    <Grid>
+        <StackPanel HorizontalAlignment="Left" Height="349" Margin="10,57,0,0" VerticalAlignment="Top" Width="430" Background="#FFE1E4FF"/>
+        <Button Content="Назад" HorizontalAlignment="Center" VerticalAlignment="Center" Width="113" Height="30" Margin="10,410,327,10" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
+        <DataGrid HorizontalAlignment="Left" Height="263" Margin="24,118,0,0" VerticalAlignment="Top" Width="400"/>
+        <Label Content="Склад" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="34" Margin="167,3,174,393" Width="109" Height="54"/>
+        <Label Content="Поиск" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="20" Margin="24,57,317,360" Width="109" Height="33"/>
+        <TextBox HorizontalAlignment="Center" Height="23" TextWrapping="Wrap" VerticalAlignment="Center" Width="180" Foreground="Black" BorderBrush="#FFFF4A6D" FontFamily="Tahoma" FontSize="18" VerticalContentAlignment="Bottom" Margin="24,90,246,337"/>
+
+    </Grid>
+</Window>

+ 27 - 0
Test/Warehouse.xaml.cs

@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Shapes;
+
+namespace Test
+{
+    /// <summary>
+    /// Логика взаимодействия для Warehouse.xaml
+    /// </summary>
+    public partial class Warehouse : Window
+    {
+        public Warehouse()
+        {
+            InitializeComponent();
+        }
+    }
+}

BIN
Test/bin/Debug/Test.exe


+ 6 - 0
Test/bin/Debug/Test.exe.config

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+    <startup> 
+        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
+    </startup>
+</configuration>

BIN
Test/bin/Debug/Test.pdb


+ 75 - 0
Test/obj/Debug/AddEmployee.g.i.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\AddEmployee.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "3B03603E5C5A7C69C17669D34092166C03FB5FA13D0D96F24757759990EEF77D"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// AddEmployee
+    /// </summary>
+    public partial class AddEmployee : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/Test;component/addemployee.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\AddEmployee.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+

BIN
Test/obj/Debug/AddServices.baml


+ 75 - 0
Test/obj/Debug/AddServices.g.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\AddServices.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "A614B1A031CFCFBCC13925ED6AB580CAB57B6F86B77A1BE5B5CD3927327DC12F"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// AddServices
+    /// </summary>
+    public partial class AddServices : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/Test;component/addservices.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\AddServices.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+

+ 75 - 0
Test/obj/Debug/AddServices.g.i.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\AddServices.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "A614B1A031CFCFBCC13925ED6AB580CAB57B6F86B77A1BE5B5CD3927327DC12F"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// AddServices
+    /// </summary>
+    public partial class AddServices : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/Test;component/addservices.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\AddServices.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+

+ 70 - 0
Test/obj/Debug/App.g.cs

@@ -0,0 +1,70 @@
+#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FAF229886B3B9042D2B7CAC94CCB557C6BCAA61497A0D41D0FEB9704AB70F1C0"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// App
+    /// </summary>
+    public partial class App : System.Windows.Application {
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            
+            #line 5 "..\..\App.xaml"
+            this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+            
+            #line default
+            #line hidden
+        }
+        
+        /// <summary>
+        /// Application Entry Point.
+        /// </summary>
+        [System.STAThreadAttribute()]
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public static void Main() {
+            Test.App app = new Test.App();
+            app.InitializeComponent();
+            app.Run();
+        }
+    }
+}
+

+ 70 - 0
Test/obj/Debug/App.g.i.cs

@@ -0,0 +1,70 @@
+#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FAF229886B3B9042D2B7CAC94CCB557C6BCAA61497A0D41D0FEB9704AB70F1C0"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// App
+    /// </summary>
+    public partial class App : System.Windows.Application {
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            
+            #line 5 "..\..\App.xaml"
+            this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+            
+            #line default
+            #line hidden
+        }
+        
+        /// <summary>
+        /// Application Entry Point.
+        /// </summary>
+        [System.STAThreadAttribute()]
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public static void Main() {
+            Test.App app = new Test.App();
+            app.InitializeComponent();
+            app.Run();
+        }
+    }
+}
+

+ 75 - 0
Test/obj/Debug/Authorization.g.i.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\Authorization.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "44928397A2E9D93B1DF74DA5C1DAA9CF6150EE7178B069140C65BEDB025CF1C6"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// MainWindow
+    /// </summary>
+    public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/Test;component/authorization.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\Authorization.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+

BIN
Test/obj/Debug/DesignTimeResolveAssemblyReferences.cache


BIN
Test/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache


BIN
Test/obj/Debug/EmployeeWindow.baml


+ 75 - 0
Test/obj/Debug/EmployeeWindow.g.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\EmployeeWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "0E5451DB6E425180B93A5BB1E5D4CBDA65E60E6F3C4B60773D39F383778CE860"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// EmployeeWindow
+    /// </summary>
+    public partial class EmployeeWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/Test;component/employeewindow.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\EmployeeWindow.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+

+ 75 - 0
Test/obj/Debug/EmployeeWindow.g.i.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\EmployeeWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "0E5451DB6E425180B93A5BB1E5D4CBDA65E60E6F3C4B60773D39F383778CE860"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// EmployeeWindow
+    /// </summary>
+    public partial class EmployeeWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/Test;component/employeewindow.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\EmployeeWindow.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+

BIN
Test/obj/Debug/HistoryWindow.baml


+ 75 - 0
Test/obj/Debug/HistoryWindow.g.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\HistoryWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1A3A4B627C05089E5E82940ED9CDFC5B374622382B5569A50E05BCB818FFF6D8"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// HistoryWindow
+    /// </summary>
+    public partial class HistoryWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/Test;component/historywindow.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\HistoryWindow.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+

+ 75 - 0
Test/obj/Debug/HistoryWindow.g.i.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\HistoryWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1A3A4B627C05089E5E82940ED9CDFC5B374622382B5569A50E05BCB818FFF6D8"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// HistoryWindow
+    /// </summary>
+    public partial class HistoryWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/Test;component/historywindow.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\HistoryWindow.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+

BIN
Test/obj/Debug/MainWindow.baml


+ 75 - 0
Test/obj/Debug/MainWindow.g.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B4EB36E6BCA6081DA3EB204516B333399C137A9C07EC5082D73029CF5B5B8F51"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// MainWindow
+    /// </summary>
+    public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/Test;component/mainwindow.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\MainWindow.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+

+ 75 - 0
Test/obj/Debug/MainWindow.g.i.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B4EB36E6BCA6081DA3EB204516B333399C137A9C07EC5082D73029CF5B5B8F51"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// MainWindow
+    /// </summary>
+    public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/Test;component/mainwindow.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\MainWindow.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+

BIN
Test/obj/Debug/Menu.baml


+ 75 - 0
Test/obj/Debug/Menu.g.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\Menu.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "630F7FC8CC853AEB8EDBB83EBF69568CCD3954560F3FEBF47508FBF2F50A7F59"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// Menu
+    /// </summary>
+    public partial class Menu : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/Test;component/menu.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\Menu.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+

+ 75 - 0
Test/obj/Debug/Menu.g.i.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\Menu.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "630F7FC8CC853AEB8EDBB83EBF69568CCD3954560F3FEBF47508FBF2F50A7F59"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// Menu
+    /// </summary>
+    public partial class Menu : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/Test;component/menu.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\Menu.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+

BIN
Test/obj/Debug/Products.baml


+ 75 - 0
Test/obj/Debug/Products.g.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\Products.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F0C734F3D619C866AD51DB872A3612D42BE49FD4DE4E0096B35F0E381D9CB434"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// Products
+    /// </summary>
+    public partial class Products : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/Test;component/products.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\Products.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+

+ 75 - 0
Test/obj/Debug/Products.g.i.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\Products.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F0C734F3D619C866AD51DB872A3612D42BE49FD4DE4E0096B35F0E381D9CB434"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// Products
+    /// </summary>
+    public partial class Products : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/Test;component/products.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\Products.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+

BIN
Test/obj/Debug/ServicesWindow.baml


+ 75 - 0
Test/obj/Debug/ServicesWindow.g.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\ServicesWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FB59C63E7823534372D2B86C6D297E73D4D2024C038AA6DDC6D7214697AB8BB4"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// ServicesWindow
+    /// </summary>
+    public partial class ServicesWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/Test;component/serviceswindow.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\ServicesWindow.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+

+ 75 - 0
Test/obj/Debug/ServicesWindow.g.i.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\ServicesWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FB59C63E7823534372D2B86C6D297E73D4D2024C038AA6DDC6D7214697AB8BB4"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// ServicesWindow
+    /// </summary>
+    public partial class ServicesWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/Test;component/serviceswindow.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\ServicesWindow.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+

BIN
Test/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll


BIN
Test/obj/Debug/Test.Properties.Resources.resources


+ 1 - 0
Test/obj/Debug/Test.csproj.CoreCompileInputs.cache

@@ -0,0 +1 @@
+abfd7c4106bab49abf5b71612435752cfbd81a80

+ 28 - 0
Test/obj/Debug/Test.csproj.FileListAbsolute.txt

@@ -0,0 +1,28 @@
+Z:\Практика\Тренировка интерфейс\Test\Test\bin\Debug\Test.exe.config
+Z:\Практика\Тренировка интерфейс\Test\Test\bin\Debug\Test.exe
+Z:\Практика\Тренировка интерфейс\Test\Test\bin\Debug\Test.pdb
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\AddServices.g.cs
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\EmployeeWindow.g.cs
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\HistoryWindow.g.cs
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\Products.g.cs
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\ServicesWindow.g.cs
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\Warehouse.g.cs
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\Menu.g.cs
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\App.g.cs
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\Test_MarkupCompile.cache
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\Test_MarkupCompile.lref
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\AddServices.baml
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\EmployeeWindow.baml
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\HistoryWindow.baml
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\Products.baml
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\ServicesWindow.baml
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\Warehouse.baml
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\Menu.baml
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\Test.g.resources
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\Test.Properties.Resources.resources
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\Test.csproj.GenerateResource.cache
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\Test.csproj.CoreCompileInputs.cache
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\Test.exe
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\Test.pdb
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\MainWindow.g.cs
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\MainWindow.baml

BIN
Test/obj/Debug/Test.csproj.GenerateResource.cache


BIN
Test/obj/Debug/Test.exe


BIN
Test/obj/Debug/Test.g.resources


BIN
Test/obj/Debug/Test.pdb


+ 15 - 0
Test/obj/Debug/Test_Content.g.i.cs

@@ -0,0 +1,15 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("images/beauty_logo.ico")]
+[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("images/beauty_logo.png")]
+[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("images/%d0%a1%d0%b8%d0%bb%d1%83%d1%8d%d1%82.png")]
+
+

+ 20 - 0
Test/obj/Debug/Test_MarkupCompile.cache

@@ -0,0 +1,20 @@
+Test
+
+
+winexe
+C#
+.cs
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\
+Test
+none
+false
+DEBUG;TRACE
+Z:\Практика\Тренировка интерфейс\Test\Test\App.xaml
+8-1621862279
+
+12-2073761784
+13-1505183044
+AddServices.xaml;MainWindow.xaml;EmployeeWindow.xaml;HistoryWindow.xaml;Products.xaml;ServicesWindow.xaml;Warehouse.xaml;Menu.xaml;
+
+False
+

+ 20 - 0
Test/obj/Debug/Test_MarkupCompile.i.cache

@@ -0,0 +1,20 @@
+Test
+
+
+winexe
+C#
+.cs
+Z:\Практика\Тренировка интерфейс\Test\Test\obj\Debug\
+Test
+none
+false
+DEBUG;TRACE
+Z:\Практика\Тренировка интерфейс\Test\Test\App.xaml
+8-1621862279
+
+13-685481942
+13-1505183044
+AddServices.xaml;MainWindow.xaml;EmployeeWindow.xaml;HistoryWindow.xaml;Products.xaml;ServicesWindow.xaml;Warehouse.xaml;Menu.xaml;
+
+False
+

+ 11 - 0
Test/obj/Debug/Test_MarkupCompile.lref

@@ -0,0 +1,11 @@
+
+
+FZ:\Практика\Тренировка интерфейс\Test\Test\AddServices.xaml;;
+FZ:\Практика\Тренировка интерфейс\Test\Test\MainWindow.xaml;;
+FZ:\Практика\Тренировка интерфейс\Test\Test\EmployeeWindow.xaml;;
+FZ:\Практика\Тренировка интерфейс\Test\Test\HistoryWindow.xaml;;
+FZ:\Практика\Тренировка интерфейс\Test\Test\Products.xaml;;
+FZ:\Практика\Тренировка интерфейс\Test\Test\ServicesWindow.xaml;;
+FZ:\Практика\Тренировка интерфейс\Test\Test\Warehouse.xaml;;
+FZ:\Практика\Тренировка интерфейс\Test\Test\Menu.xaml;;
+

BIN
Test/obj/Debug/Warehouse.baml


+ 75 - 0
Test/obj/Debug/Warehouse.g.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\Warehouse.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "5D2A2F00E7426F4D14535B7FFE882C646022B2B013CD24134E1DD4FD85CBBB78"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// Warehouse
+    /// </summary>
+    public partial class Warehouse : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/Test;component/warehouse.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\Warehouse.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+

+ 75 - 0
Test/obj/Debug/Warehouse.g.i.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\Warehouse.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "5D2A2F00E7426F4D14535B7FFE882C646022B2B013CD24134E1DD4FD85CBBB78"
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using Test;
+
+
+namespace Test {
+    
+    
+    /// <summary>
+    /// Warehouse
+    /// </summary>
+    public partial class Warehouse : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        private bool _contentLoaded;
+        
+        /// <summary>
+        /// InitializeComponent
+        /// </summary>
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        public void InitializeComponent() {
+            if (_contentLoaded) {
+                return;
+            }
+            _contentLoaded = true;
+            System.Uri resourceLocater = new System.Uri("/Test;component/warehouse.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\Warehouse.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #line default
+            #line hidden
+        }
+        
+        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+            this._contentLoaded = true;
+        }
+    }
+}
+