Browse Source

Залила проект лаб 2

Ksenia Bajanova 1 year ago
commit
e3334bdc35
58 changed files with 2125 additions and 0 deletions
  1. BIN
      .vs/WpfApp2/FileContentIndex/10a53a5e-71b7-4063-88e7-7fdc2b2708fb.vsidx
  2. BIN
      .vs/WpfApp2/FileContentIndex/21dd083b-f397-4df7-ae92-b10fcb879109.vsidx
  3. BIN
      .vs/WpfApp2/FileContentIndex/9883c0ab-d531-48a6-a874-772e2184c03e.vsidx
  4. BIN
      .vs/WpfApp2/FileContentIndex/d67146bd-3947-422e-84de-d556e3028b5d.vsidx
  5. 0 0
      .vs/WpfApp2/FileContentIndex/read.lock
  6. BIN
      .vs/WpfApp2/v17/.suo
  7. 79 0
      MainWindow.xaml
  8. 25 0
      WpfApp2.sln
  9. 6 0
      WpfApp2/App.config
  10. 13 0
      WpfApp2/App.xaml
  11. 17 0
      WpfApp2/App.xaml.cs
  12. 22 0
      WpfApp2/Dictionary1.xaml
  13. BIN
      WpfApp2/Images/Add.png
  14. BIN
      WpfApp2/Images/Binocle.png
  15. BIN
      WpfApp2/Images/Pancel.png
  16. BIN
      WpfApp2/Images/Plus.png
  17. BIN
      WpfApp2/Images/Save.png
  18. BIN
      WpfApp2/Images/iconsClose.png
  19. 79 0
      WpfApp2/MainWindow.xaml
  20. 78 0
      WpfApp2/MainWindow.xaml.cs
  21. 102 0
      WpfApp2/Page1.xaml
  22. 101 0
      WpfApp2/Page1.xaml.cs
  23. 55 0
      WpfApp2/Properties/AssemblyInfo.cs
  24. 71 0
      WpfApp2/Properties/Resources.Designer.cs
  25. 117 0
      WpfApp2/Properties/Resources.resx
  26. 30 0
      WpfApp2/Properties/Settings.Designer.cs
  27. 7 0
      WpfApp2/Properties/Settings.settings
  28. 12 0
      WpfApp2/Window.xaml
  29. 27 0
      WpfApp2/Window.xaml.cs
  30. 134 0
      WpfApp2/WpfApp2.csproj
  31. BIN
      WpfApp2/bin/Debug/WpfApp2.exe
  32. 6 0
      WpfApp2/bin/Debug/WpfApp2.exe.config
  33. BIN
      WpfApp2/bin/Debug/WpfApp2.pdb
  34. 4 0
      WpfApp2/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
  35. 83 0
      WpfApp2/obj/Debug/App.g.cs
  36. 83 0
      WpfApp2/obj/Debug/App.g.i.cs
  37. BIN
      WpfApp2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
  38. BIN
      WpfApp2/obj/Debug/Dictionary1.baml
  39. BIN
      WpfApp2/obj/Debug/MainWindow.baml
  40. 144 0
      WpfApp2/obj/Debug/MainWindow.g.cs
  41. 144 0
      WpfApp2/obj/Debug/MainWindow.g.i.cs
  42. 198 0
      WpfApp2/obj/Debug/Page1.g.cs
  43. 198 0
      WpfApp2/obj/Debug/Page1.g.i.cs
  44. 75 0
      WpfApp2/obj/Debug/Window.g.cs
  45. 75 0
      WpfApp2/obj/Debug/Window.g.i.cs
  46. BIN
      WpfApp2/obj/Debug/WpfApp2.Properties.Resources.resources
  47. BIN
      WpfApp2/obj/Debug/WpfApp2.csproj.AssemblyReference.cache
  48. 1 0
      WpfApp2/obj/Debug/WpfApp2.csproj.CoreCompileInputs.cache
  49. 90 0
      WpfApp2/obj/Debug/WpfApp2.csproj.FileListAbsolute.txt
  50. BIN
      WpfApp2/obj/Debug/WpfApp2.csproj.GenerateResource.cache
  51. 0 0
      WpfApp2/obj/Debug/WpfApp2.csproj.SuggestedBindingRedirects.cache
  52. BIN
      WpfApp2/obj/Debug/WpfApp2.exe
  53. BIN
      WpfApp2/obj/Debug/WpfApp2.g.resources
  54. BIN
      WpfApp2/obj/Debug/WpfApp2.pdb
  55. 20 0
      WpfApp2/obj/Debug/WpfApp2_MarkupCompile.cache
  56. 20 0
      WpfApp2/obj/Debug/WpfApp2_MarkupCompile.i.cache
  57. 4 0
      WpfApp2/obj/Debug/WpfApp2_MarkupCompile.i.lref
  58. 5 0
      WpfApp2/obj/Debug/WpfApp2_MarkupCompile.lref

BIN
.vs/WpfApp2/FileContentIndex/10a53a5e-71b7-4063-88e7-7fdc2b2708fb.vsidx


BIN
.vs/WpfApp2/FileContentIndex/21dd083b-f397-4df7-ae92-b10fcb879109.vsidx


BIN
.vs/WpfApp2/FileContentIndex/9883c0ab-d531-48a6-a874-772e2184c03e.vsidx


BIN
.vs/WpfApp2/FileContentIndex/d67146bd-3947-422e-84de-d556e3028b5d.vsidx


+ 0 - 0
.vs/WpfApp2/FileContentIndex/read.lock


BIN
.vs/WpfApp2/v17/.suo


+ 79 - 0
MainWindow.xaml

@@ -0,0 +1,79 @@
+<Window x:Class="WpfApp2.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"
+        mc:Ignorable="d"
+        Title="MainWindow" Height="720"
+        Width="1200"
+        WindowStartupLocation="CenterScreen"
+        Background="Transparent"
+        AllowsTransparency="True"
+        WindowStyle="None">
+
+
+    <Grid Margin="-50,-29,0,0">
+        <Grid.Background>
+            <LinearGradientBrush StartPoint="0,0" EndPoint="1,1">
+                <GradientStop Color="Aquamarine" Offset="0"/>
+                <GradientStop Color="#BADFE7" Offset="0.5"/>
+                <GradientStop Color="#4E90A0" Offset="1"/>
+            </LinearGradientBrush>
+        </Grid.Background>
+
+
+        <TextBlock Text="Система внутреннего учета инвестиционной компании" Foreground="#2E2E2E" FontSize="30" FontWeight="Bold"  HorizontalAlignment="Center" Margin="0,90,0,584" Width="820"/>
+
+        <TextBlock HorizontalAlignment="Left" Width="100" Margin="61,200,0,0" VerticalAlignment="Top" Height="25" FontSize="15">
+            <Hyperlink NavigateUri="NavigateToPage1" Click="Hyperlink_Click">
+                <TextBlock Text="СОТРУДНИКИ"/>
+     
+            </Hyperlink>
+               
+        </TextBlock>
+        <Frame x:Name="mainFrame" Margin="190,141,10,24" />
+
+
+        <TextBlock HorizontalAlignment="Left" Width="73" Margin="60,230,0,0" VerticalAlignment="Top" Height="20" FontSize="15">
+        <Hyperlink Click="NavigateToPage2">
+            <TextBlock Text="КЛИЕНТЫ"/>
+        </Hyperlink>
+       </TextBlock>
+
+
+        <TextBlock HorizontalAlignment="Left" Width="80" Margin="60,260,0,0" VerticalAlignment="Top" Height="20" FontSize="15">
+        <Hyperlink Click="NavigateToPage3">
+            <TextBlock Text="ДОГОВОРА"/>
+        </Hyperlink>
+       </TextBlock>
+
+        <TextBlock HorizontalAlignment="Left" Width="130" Margin="60,290,0,0" VerticalAlignment="Top" Height="20" FontSize="15">
+        <Hyperlink Click="NavigateToPage4">
+            <TextBlock Text="ЦЕННЫЕ БУМАГИ" Width="123" Height="27"/>
+        </Hyperlink>
+       </TextBlock>
+
+        <TextBlock HorizontalAlignment="Left" Width="63" Margin="60,320,0,0" VerticalAlignment="Top" Height="20" FontSize="15">
+        <Hyperlink Click="NavigateToPage5">
+            <TextBlock Text="СДЕЛКИ" Height="22" Width="72"/>
+        </Hyperlink>
+       </TextBlock>
+
+        <TextBlock HorizontalAlignment="Left" Width="69" Margin="60,0,0,0" VerticalAlignment="Center" Height="49" FontSize="15" RenderTransformOrigin="0.413,-0.425">
+        <Hyperlink Click="NavigateToPage6">
+            <InlineUIContainer>
+            <TextBlock Height="26" Width="86" RenderTransformOrigin="0.388,1.655"><Run Language="ru-ru" Text="СПРАВКА"/></TextBlock>
+            </InlineUIContainer>
+        </Hyperlink>
+       </TextBlock>
+
+        <Button Content="Выход" FontSize="22" Margin="51,618,0,0" HorizontalAlignment="Left" Click="ExitApplication" Foreground="Black" VerticalAlignment="Top" Width="130" FontFamily="Perpetua Titling MT" BorderBrush="{x:Null}" Height="52">
+            <Button.Background>
+                <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
+                    <GradientStop Color="#FF258DB9"/>
+                    <GradientStop Color="#FFFFE3E3" Offset="1"/>
+                </LinearGradientBrush>
+            </Button.Background>
+        </Button>
+    </Grid>
+</Window>

+ 25 - 0
WpfApp2.sln

@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.7.34031.279
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfApp2", "WpfApp2\WpfApp2.csproj", "{28577231-9FDA-4773-B97D-2A46824BA152}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Release|Any CPU = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{28577231-9FDA-4773-B97D-2A46824BA152}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{28577231-9FDA-4773-B97D-2A46824BA152}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{28577231-9FDA-4773-B97D-2A46824BA152}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{28577231-9FDA-4773-B97D-2A46824BA152}.Release|Any CPU.Build.0 = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+	GlobalSection(ExtensibilityGlobals) = postSolution
+		SolutionGuid = {EFEE82EF-EDC8-4405-B49F-672AAF299014}
+	EndGlobalSection
+EndGlobal

+ 6 - 0
WpfApp2/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>

+ 13 - 0
WpfApp2/App.xaml

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

+ 17 - 0
WpfApp2/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 WpfApp2
+{
+    /// <summary>
+    /// Логика взаимодействия для App.xaml
+    /// </summary>
+    public partial class App : Application
+    {
+    }
+}

+ 22 - 0
WpfApp2/Dictionary1.xaml

@@ -0,0 +1,22 @@
+<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
+
+    <Style TargetType="Button">
+        <Setter Property="Background" Value="#FF4285F4"/>
+        <Setter Property="Foreground" Value="White"/>
+        <Setter Property="BorderBrush" Value="#FF4285F4"/>
+        <Setter Property="BorderThickness" Value="1"/>
+        <Setter Property="Padding" Value="10,5"/>
+        <Setter Property="FontWeight" Value="Bold"/>
+        <Style.Triggers>
+            <Trigger Property="IsMouseOver" Value="True">
+                <Setter Property="Background" Value="#FF3367D6"/>
+            </Trigger>
+        </Style.Triggers>
+    </Style>
+
+    <Style TargetType="Hyperlink">
+        <Setter Property="FontStyle" Value="Oblique"/>
+        <Setter Property="Foreground" Value="Black"/>
+    </Style>
+</ResourceDictionary>

BIN
WpfApp2/Images/Add.png


BIN
WpfApp2/Images/Binocle.png


BIN
WpfApp2/Images/Pancel.png


BIN
WpfApp2/Images/Plus.png


BIN
WpfApp2/Images/Save.png


BIN
WpfApp2/Images/iconsClose.png


+ 79 - 0
WpfApp2/MainWindow.xaml

@@ -0,0 +1,79 @@
+<Window x:Class="WpfApp2.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"
+        mc:Ignorable="d"
+        Title="MainWindow" Height="720"
+        Width="1200"
+        WindowStartupLocation="CenterScreen"
+        Background="Transparent"
+        AllowsTransparency="True"
+        WindowStyle="None">
+
+
+    <Grid Margin="-50,-29,0,0">
+        <Grid.Background>
+            <LinearGradientBrush StartPoint="0,0" EndPoint="1,1">
+                <GradientStop Color="Aquamarine" Offset="0"/>
+                <GradientStop Color="#BADFE7" Offset="0.5"/>
+                <GradientStop Color="#4E90A0" Offset="1"/>
+            </LinearGradientBrush>
+        </Grid.Background>
+
+
+        <TextBlock Text="Система внутреннего учета инвестиционной компании" Foreground="#2E2E2E" FontSize="30" FontWeight="Bold"  HorizontalAlignment="Center" Margin="0,90,0,584" Width="820"/>
+
+        <TextBlock HorizontalAlignment="Left" Width="100" Margin="61,200,0,0" VerticalAlignment="Top" Height="25" FontSize="15">
+            <Hyperlink NavigateUri="NavigateToPage1" Click="Hyperlink_Click">
+                <TextBlock Text="СОТРУДНИКИ"/>
+     
+            </Hyperlink>
+               
+        </TextBlock>
+        <Frame x:Name="mainFrame" Margin="190,141,10,24" />
+
+
+        <TextBlock HorizontalAlignment="Left" Width="73" Margin="60,230,0,0" VerticalAlignment="Top" Height="20" FontSize="15">
+        <Hyperlink Click="NavigateToPage2">
+            <TextBlock Text="КЛИЕНТЫ"/>
+        </Hyperlink>
+       </TextBlock>
+
+
+        <TextBlock HorizontalAlignment="Left" Width="80" Margin="60,260,0,0" VerticalAlignment="Top" Height="20" FontSize="15">
+        <Hyperlink Click="NavigateToPage3">
+            <TextBlock Text="ДОГОВОРА"/>
+        </Hyperlink>
+       </TextBlock>
+
+        <TextBlock HorizontalAlignment="Left" Width="130" Margin="60,290,0,0" VerticalAlignment="Top" Height="20" FontSize="15">
+        <Hyperlink Click="NavigateToPage4">
+            <TextBlock Text="ЦЕННЫЕ БУМАГИ" Width="123" Height="27"/>
+        </Hyperlink>
+       </TextBlock>
+
+        <TextBlock HorizontalAlignment="Left" Width="63" Margin="60,320,0,0" VerticalAlignment="Top" Height="20" FontSize="15">
+        <Hyperlink Click="NavigateToPage5">
+            <TextBlock Text="СДЕЛКИ" Height="22" Width="72"/>
+        </Hyperlink>
+       </TextBlock>
+
+        <TextBlock HorizontalAlignment="Left" Width="69" Margin="60,0,0,0" VerticalAlignment="Center" Height="49" FontSize="15" RenderTransformOrigin="0.413,-0.425">
+        <Hyperlink Click="NavigateToPage6">
+            <InlineUIContainer>
+            <TextBlock Height="26" Width="86" RenderTransformOrigin="0.388,1.655"><Run Language="ru-ru" Text="СПРАВКА"/></TextBlock>
+            </InlineUIContainer>
+        </Hyperlink>
+       </TextBlock>
+
+        <Button Content="Выход" FontSize="22" Margin="51,618,0,0" HorizontalAlignment="Left" Click="ExitApplication" Foreground="Black" VerticalAlignment="Top" Width="130" FontFamily="Perpetua Titling MT" BorderBrush="{x:Null}" Height="52">
+            <Button.Background>
+                <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
+                    <GradientStop Color="#FF258DB9"/>
+                    <GradientStop Color="#FFFFE3E3" Offset="1"/>
+                </LinearGradientBrush>
+            </Button.Background>
+        </Button>
+    </Grid>
+</Window>

+ 78 - 0
WpfApp2/MainWindow.xaml.cs

@@ -0,0 +1,78 @@
+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 WpfApp2
+{
+    /// <summary>
+    /// Логика взаимодействия для MainWindow.xaml
+    /// </summary>
+    public partial class MainWindow : Window
+    {
+        public MainWindow()
+        {
+            InitializeComponent();
+        }
+
+        private void NavigateToPage1(object sender, RoutedEventArgs e)
+        {
+           
+        }
+
+        private void NavigateToPage2(object sender, RoutedEventArgs e)
+        {
+            
+            MessageBox.Show("Переход на страницу 'Клиенты'");
+        }
+
+        private void NavigateToPage3(object sender, RoutedEventArgs e)
+        {
+            
+            MessageBox.Show("Переход на страницу 'Договора'");
+        }
+
+        private void NavigateToPage4(object sender, RoutedEventArgs e)
+        {
+            
+            MessageBox.Show("Переход на страницу 'Ценные бумаги'");
+        }
+
+        private void NavigateToPage5(object sender, RoutedEventArgs e)
+        {
+            
+            MessageBox.Show("Переход на страницу 'Сделки'");
+        }
+
+        private void NavigateToPage6(object sender, RoutedEventArgs e)
+        {
+            
+            MessageBox.Show("Переход на страницу 'Справка'");
+        }
+
+        private void Hyperlink_Click(object sender, RoutedEventArgs e)
+        {
+            mainFrame.Content = new Page1();
+        }
+
+        private void Button_Click(object sender, RoutedEventArgs e)
+        {
+
+        }
+
+        private void ExitApplication(object sender, RoutedEventArgs e)
+        {
+            Application.Current.Shutdown();
+        }
+    }
+}

+ 102 - 0
WpfApp2/Page1.xaml

@@ -0,0 +1,102 @@
+<Page x:Class="WpfApp2.Page1"
+      xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+      xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
+      xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
+      xmlns:local="clr-namespace:WpfApp2"
+      mc:Ignorable="d" 
+      d:DesignHeight="450" d:DesignWidth="800"
+      Title="Page1">
+
+    <Grid>
+
+        <Menu FontSize="16">
+            <MenuItem Header="Действие">
+                <MenuItem Header="Отменить" Click="Cancel"/>
+                <Separator/>
+                <MenuItem Header="Создать" Click="Create"/>
+                <MenuItem Header="Редактировать" Click="Edit"/>
+                <MenuItem Header="Сохранить" Click="Save"/>
+                <MenuItem Header="Найти" Click="Find"/>
+                <Separator/>
+                <MenuItem Header="Удалить" Click="DeleteEmployee"/>
+            </MenuItem>
+
+            <MenuItem Header="Отчет">
+                <MenuItem Header="Добавить" Click="AddEmployee"/>
+                <MenuItem Header="Удалить" Click="DeleteEmployee"/>
+            </MenuItem>
+
+        </Menu>
+        <Grid/>
+
+        <Grid Margin="0,-54,-41,0">
+            <Grid.RowDefinitions>
+                <RowDefinition Height="9*"/>
+                <RowDefinition Height="41*"/>
+            </Grid.RowDefinitions>
+
+            <Grid Grid.Row="0">
+                <DockPanel LastChildFill="True" Margin="5,10,41,-44">
+                    <ToolBar DockPanel.Dock="Top"  Height="38" FontWeight="Bold" BorderBrush="Black" BorderThickness="1" Width="238" HorizontalAlignment="Right" >
+                        <Button Click="AddEmployee_Click">
+                            <Image Source="Images/Add.png" />
+                            <Button.ToolTip>
+                                <ToolTip Content="Назад"/>
+                            </Button.ToolTip>
+                        </Button>
+                        <Separator/>
+                        <Button Click="DeleteEmployee_Click">
+                            <Image Source="Images/Plus.png" />
+                            <Button.ToolTip>
+                                <ToolTip Content="Добавить сотрудника"/>
+                            </Button.ToolTip>
+                        </Button>
+                        <Separator/>
+                        <Button Click="Pancel_Click">
+                            <Image Source="Images/Pancel.png" />
+                            <Button.ToolTip>
+                                <ToolTip Content="Изменить"/>
+                            </Button.ToolTip>
+                        </Button>
+                        <Separator/>
+                        <Button Click="Binocle_Click">
+                            <Image Source="Images/Binocle.png" />
+                            <Button.ToolTip>
+                                <ToolTip Content="Поиск"/>
+                            </Button.ToolTip>
+                        </Button>
+                        <Separator/>
+                        <Button Click="SaveFile_Click">
+                            <Image Source="Images/Save.png" />
+                            <Button.ToolTip>
+                                <ToolTip Content="Сохранить"/>
+                            </Button.ToolTip>
+                        </Button>
+                        <Separator/>
+                        <Button Click="Close_Click">
+                            <Image Source="Images/iconsClose.png" />
+                            <Button.ToolTip>
+                                <ToolTip Content="Удалить"/>
+                            </Button.ToolTip>
+                        </Button>
+                    </ToolBar>
+                </DockPanel>
+            </Grid>
+        </Grid>
+        <TextBlock Text="Список сотрудников:" Margin="10,55,576,350" FontWeight="Bold" FontSize="20" />
+
+        <DataGrid AutoGenerateColumns="False" ItemsSource="{Binding YourDataCollection}" Margin="10,100,10,0" BorderBrush="Black" BorderThickness="1" SelectionChanged="DataGrid_SelectionChanged">
+            <DataGrid.Columns>
+                <DataGridTextColumn Header="ФАМИЛИЯ" Binding="{Binding LastName}" />
+                <DataGridTextColumn Header="ИМЯ" Binding="{Binding FirstName}" />
+                <DataGridTextColumn Header="ОТЧЕСТВО" Binding="{Binding Patronymic}" />
+                <DataGridTextColumn Header="ДОЛЖНОСТЬ" Binding="{Binding Position}" />
+                <DataGridTextColumn Header="ДАТА РОЖДЕНИЯ" Binding="{Binding BirthDate}" />
+                <DataGridTextColumn Header="ТЕЛЕФОН" Binding="{Binding PhoneNumber}" />
+                <DataGridTextColumn Header="ЭЛЕКТРОННАЯ ПОЧТА" Binding="{Binding Email}" Width="*" />
+            </DataGrid.Columns>
+        </DataGrid>
+
+    </Grid>
+</Page>

+ 101 - 0
WpfApp2/Page1.xaml.cs

@@ -0,0 +1,101 @@
+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 WpfApp2
+{
+    /// <summary>
+    /// Логика взаимодействия для Page1.xaml
+    /// </summary>
+    public partial class Page1 : Page
+    {
+        public Page1()
+        {
+            InitializeComponent();
+        }
+
+        private void Cancel(object sender, RoutedEventArgs e)
+        {
+            
+        }
+
+        private void Create(object sender, RoutedEventArgs e)
+        {
+            
+        }
+
+        private void Edit(object sender, RoutedEventArgs e)
+        {
+            
+        }
+
+        private void Save(object sender, RoutedEventArgs e)
+        {
+            
+        }
+        private void Find(object sender, RoutedEventArgs e)
+        {
+            
+        }
+
+        private void AddEmployee(object sender, RoutedEventArgs e)
+        {
+            
+        }
+
+        private void DeleteEmployee(object sender, RoutedEventArgs e)
+        {
+            
+        }
+
+
+
+
+
+        private void AddEmployee_Click(object sender, RoutedEventArgs e)
+        {
+            
+        }
+
+        private void DeleteEmployee_Click(object sender, RoutedEventArgs e)
+        {
+
+        }
+
+        private void Binocle_Click(object sender, RoutedEventArgs e)
+        {
+            
+        }
+
+        private void Pancel_Click(object sender, RoutedEventArgs e)
+        {
+            
+        }
+
+        private void SaveFile_Click(object sender, RoutedEventArgs e)
+        {
+            
+        }
+
+        private void Close_Click(object sender, RoutedEventArgs e)
+        {
+
+        }
+
+        private void DataGrid_SelectionChanged(object sender, SelectionChangedEventArgs e)
+        {
+
+        }
+    }
+}

+ 55 - 0
WpfApp2/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("WpfApp2")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("WpfApp2")]
+[assembly: AssemblyCopyright("Copyright ©  2024")]
+[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
WpfApp2/Properties/Resources.Designer.cs

@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код был создан программным средством.
+//     Версия среды выполнения: 4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильному поведению и будут утрачены, если
+//     код создан повторно.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+namespace WpfApp2.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("WpfApp2.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
WpfApp2/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
WpfApp2/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 WpfApp2.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
WpfApp2/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>

+ 12 - 0
WpfApp2/Window.xaml

@@ -0,0 +1,12 @@
+<Window x:Class="WpfApp2.Window"
+        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:WpfApp2"
+        mc:Ignorable="d"
+        Title="Window" Height="450" Width="800">
+    <Grid>
+        
+    </Grid>
+</Window>

+ 27 - 0
WpfApp2/Window.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 WpfApp2
+{
+    /// <summary>
+    /// Логика взаимодействия для Window.xaml
+    /// </summary>
+    public partial class Window : Window
+    {
+        public Window()
+        {
+            InitializeComponent();
+        }
+    }
+}

+ 134 - 0
WpfApp2/WpfApp2.csproj

@@ -0,0 +1,134 @@
+<?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>{28577231-9FDA-4773-B97D-2A46824BA152}</ProjectGuid>
+    <OutputType>WinExe</OutputType>
+    <RootNamespace>WpfApp2</RootNamespace>
+    <AssemblyName>WpfApp2</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="Window.xaml.cs">
+      <DependentUpon>Window.xaml</DependentUpon>
+    </Compile>
+    <Page Include="Dictionary1.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="MainWindow.xaml.cs">
+      <DependentUpon>MainWindow.xaml</DependentUpon>
+      <SubType>Code</SubType>
+    </Compile>
+    <Page Include="Page1.xaml">
+      <SubType>Designer</SubType>
+      <Generator>MSBuild:Compile</Generator>
+    </Page>
+    <Page Include="Window.xaml">
+      <SubType>Designer</SubType>
+      <Generator>MSBuild:Compile</Generator>
+    </Page>
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="Page1.xaml.cs">
+      <DependentUpon>Page1.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\iconsClose.png" />
+  </ItemGroup>
+  <ItemGroup>
+    <Resource Include="Images\Binocle.png" />
+  </ItemGroup>
+  <ItemGroup>
+    <Resource Include="Images\Add.png" />
+  </ItemGroup>
+  <ItemGroup>
+    <Resource Include="Images\Plus.png" />
+  </ItemGroup>
+  <ItemGroup>
+    <Resource Include="Images\Pancel.png" />
+  </ItemGroup>
+  <ItemGroup>
+    <Resource Include="Images\Save.png" />
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+</Project>

BIN
WpfApp2/bin/Debug/WpfApp2.exe


+ 6 - 0
WpfApp2/bin/Debug/WpfApp2.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
WpfApp2/bin/Debug/WpfApp2.pdb


+ 4 - 0
WpfApp2/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs

@@ -0,0 +1,4 @@
+// <autogenerated />
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]

+ 83 - 0
WpfApp2/obj/Debug/App.g.cs

@@ -0,0 +1,83 @@
+#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "0E81ACC7D0A2F0C016C55939917E29A60A8D48F90921C9AC04EAB592B7425536"
+//------------------------------------------------------------------------------
+// <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 WpfApp2;
+
+
+namespace WpfApp2 {
+    
+    
+    /// <summary>
+    /// App
+    /// </summary>
+    public partial class App : System.Windows.Application {
+        
+        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;
+            
+            #line 5 "..\..\App.xaml"
+            this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+            
+            #line default
+            #line hidden
+            System.Uri resourceLocater = new System.Uri("/WpfApp2;component/app.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\App.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #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() {
+            WpfApp2.App app = new WpfApp2.App();
+            app.InitializeComponent();
+            app.Run();
+        }
+    }
+}
+

+ 83 - 0
WpfApp2/obj/Debug/App.g.i.cs

@@ -0,0 +1,83 @@
+#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "0E81ACC7D0A2F0C016C55939917E29A60A8D48F90921C9AC04EAB592B7425536"
+//------------------------------------------------------------------------------
+// <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 WpfApp2;
+
+
+namespace WpfApp2 {
+    
+    
+    /// <summary>
+    /// App
+    /// </summary>
+    public partial class App : System.Windows.Application {
+        
+        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;
+            
+            #line 5 "..\..\App.xaml"
+            this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+            
+            #line default
+            #line hidden
+            System.Uri resourceLocater = new System.Uri("/WpfApp2;component/app.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\App.xaml"
+            System.Windows.Application.LoadComponent(this, resourceLocater);
+            
+            #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() {
+            WpfApp2.App app = new WpfApp2.App();
+            app.InitializeComponent();
+            app.Run();
+        }
+    }
+}
+

BIN
WpfApp2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache


BIN
WpfApp2/obj/Debug/Dictionary1.baml


BIN
WpfApp2/obj/Debug/MainWindow.baml


+ 144 - 0
WpfApp2/obj/Debug/MainWindow.g.cs

@@ -0,0 +1,144 @@
+#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "395CC41F1173684B7701C6B5EB3341EE67A277062AD85326474FB34C99A7D081"
+//------------------------------------------------------------------------------
+// <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;
+
+
+namespace WpfApp2 {
+    
+    
+    /// <summary>
+    /// MainWindow
+    /// </summary>
+    public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        
+        #line 34 "..\..\MainWindow.xaml"
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+        internal System.Windows.Controls.Frame mainFrame;
+        
+        #line default
+        #line hidden
+        
+        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("/WpfApp2;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) {
+            switch (connectionId)
+            {
+            case 1:
+            
+            #line 28 "..\..\MainWindow.xaml"
+            ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.Hyperlink_Click);
+            
+            #line default
+            #line hidden
+            return;
+            case 2:
+            this.mainFrame = ((System.Windows.Controls.Frame)(target));
+            return;
+            case 3:
+            
+            #line 38 "..\..\MainWindow.xaml"
+            ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToPage2);
+            
+            #line default
+            #line hidden
+            return;
+            case 4:
+            
+            #line 45 "..\..\MainWindow.xaml"
+            ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToPage3);
+            
+            #line default
+            #line hidden
+            return;
+            case 5:
+            
+            #line 51 "..\..\MainWindow.xaml"
+            ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToPage4);
+            
+            #line default
+            #line hidden
+            return;
+            case 6:
+            
+            #line 57 "..\..\MainWindow.xaml"
+            ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToPage5);
+            
+            #line default
+            #line hidden
+            return;
+            case 7:
+            
+            #line 63 "..\..\MainWindow.xaml"
+            ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToPage6);
+            
+            #line default
+            #line hidden
+            return;
+            case 8:
+            
+            #line 70 "..\..\MainWindow.xaml"
+            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ExitApplication);
+            
+            #line default
+            #line hidden
+            return;
+            }
+            this._contentLoaded = true;
+        }
+    }
+}
+

+ 144 - 0
WpfApp2/obj/Debug/MainWindow.g.i.cs

@@ -0,0 +1,144 @@
+#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "395CC41F1173684B7701C6B5EB3341EE67A277062AD85326474FB34C99A7D081"
+//------------------------------------------------------------------------------
+// <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;
+
+
+namespace WpfApp2 {
+    
+    
+    /// <summary>
+    /// MainWindow
+    /// </summary>
+    public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+        
+        
+        #line 34 "..\..\MainWindow.xaml"
+        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+        internal System.Windows.Controls.Frame mainFrame;
+        
+        #line default
+        #line hidden
+        
+        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("/WpfApp2;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) {
+            switch (connectionId)
+            {
+            case 1:
+            
+            #line 28 "..\..\MainWindow.xaml"
+            ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.Hyperlink_Click);
+            
+            #line default
+            #line hidden
+            return;
+            case 2:
+            this.mainFrame = ((System.Windows.Controls.Frame)(target));
+            return;
+            case 3:
+            
+            #line 38 "..\..\MainWindow.xaml"
+            ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToPage2);
+            
+            #line default
+            #line hidden
+            return;
+            case 4:
+            
+            #line 45 "..\..\MainWindow.xaml"
+            ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToPage3);
+            
+            #line default
+            #line hidden
+            return;
+            case 5:
+            
+            #line 51 "..\..\MainWindow.xaml"
+            ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToPage4);
+            
+            #line default
+            #line hidden
+            return;
+            case 6:
+            
+            #line 57 "..\..\MainWindow.xaml"
+            ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToPage5);
+            
+            #line default
+            #line hidden
+            return;
+            case 7:
+            
+            #line 63 "..\..\MainWindow.xaml"
+            ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToPage6);
+            
+            #line default
+            #line hidden
+            return;
+            case 8:
+            
+            #line 70 "..\..\MainWindow.xaml"
+            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ExitApplication);
+            
+            #line default
+            #line hidden
+            return;
+            }
+            this._contentLoaded = true;
+        }
+    }
+}
+

+ 198 - 0
WpfApp2/obj/Debug/Page1.g.cs

@@ -0,0 +1,198 @@
+#pragma checksum "..\..\Page1.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "3F9EAEA6F1BDCE5FB5B1EE8F6DEF3C3A14B701140113E477415B3F439720EC22"
+//------------------------------------------------------------------------------
+// <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 WpfApp2;
+
+
+namespace WpfApp2 {
+    
+    
+    /// <summary>
+    /// Page1
+    /// </summary>
+    public partial class Page1 : System.Windows.Controls.Page, 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("/WpfApp2;component/page1.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\Page1.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) {
+            switch (connectionId)
+            {
+            case 1:
+            
+            #line 15 "..\..\Page1.xaml"
+            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.Cancel);
+            
+            #line default
+            #line hidden
+            return;
+            case 2:
+            
+            #line 17 "..\..\Page1.xaml"
+            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.Create);
+            
+            #line default
+            #line hidden
+            return;
+            case 3:
+            
+            #line 18 "..\..\Page1.xaml"
+            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.Edit);
+            
+            #line default
+            #line hidden
+            return;
+            case 4:
+            
+            #line 19 "..\..\Page1.xaml"
+            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.Save);
+            
+            #line default
+            #line hidden
+            return;
+            case 5:
+            
+            #line 20 "..\..\Page1.xaml"
+            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.Find);
+            
+            #line default
+            #line hidden
+            return;
+            case 6:
+            
+            #line 22 "..\..\Page1.xaml"
+            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.DeleteEmployee);
+            
+            #line default
+            #line hidden
+            return;
+            case 7:
+            
+            #line 26 "..\..\Page1.xaml"
+            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.AddEmployee);
+            
+            #line default
+            #line hidden
+            return;
+            case 8:
+            
+            #line 27 "..\..\Page1.xaml"
+            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.DeleteEmployee);
+            
+            #line default
+            #line hidden
+            return;
+            case 9:
+            
+            #line 42 "..\..\Page1.xaml"
+            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.AddEmployee_Click);
+            
+            #line default
+            #line hidden
+            return;
+            case 10:
+            
+            #line 49 "..\..\Page1.xaml"
+            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.DeleteEmployee_Click);
+            
+            #line default
+            #line hidden
+            return;
+            case 11:
+            
+            #line 56 "..\..\Page1.xaml"
+            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Pancel_Click);
+            
+            #line default
+            #line hidden
+            return;
+            case 12:
+            
+            #line 63 "..\..\Page1.xaml"
+            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Binocle_Click);
+            
+            #line default
+            #line hidden
+            return;
+            case 13:
+            
+            #line 70 "..\..\Page1.xaml"
+            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.SaveFile_Click);
+            
+            #line default
+            #line hidden
+            return;
+            case 14:
+            
+            #line 77 "..\..\Page1.xaml"
+            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Close_Click);
+            
+            #line default
+            #line hidden
+            return;
+            case 15:
+            
+            #line 89 "..\..\Page1.xaml"
+            ((System.Windows.Controls.DataGrid)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.DataGrid_SelectionChanged);
+            
+            #line default
+            #line hidden
+            return;
+            }
+            this._contentLoaded = true;
+        }
+    }
+}
+

+ 198 - 0
WpfApp2/obj/Debug/Page1.g.i.cs

@@ -0,0 +1,198 @@
+#pragma checksum "..\..\Page1.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "3F9EAEA6F1BDCE5FB5B1EE8F6DEF3C3A14B701140113E477415B3F439720EC22"
+//------------------------------------------------------------------------------
+// <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 WpfApp2;
+
+
+namespace WpfApp2 {
+    
+    
+    /// <summary>
+    /// Page1
+    /// </summary>
+    public partial class Page1 : System.Windows.Controls.Page, 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("/WpfApp2;component/page1.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\Page1.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) {
+            switch (connectionId)
+            {
+            case 1:
+            
+            #line 15 "..\..\Page1.xaml"
+            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.Cancel);
+            
+            #line default
+            #line hidden
+            return;
+            case 2:
+            
+            #line 17 "..\..\Page1.xaml"
+            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.Create);
+            
+            #line default
+            #line hidden
+            return;
+            case 3:
+            
+            #line 18 "..\..\Page1.xaml"
+            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.Edit);
+            
+            #line default
+            #line hidden
+            return;
+            case 4:
+            
+            #line 19 "..\..\Page1.xaml"
+            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.Save);
+            
+            #line default
+            #line hidden
+            return;
+            case 5:
+            
+            #line 20 "..\..\Page1.xaml"
+            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.Find);
+            
+            #line default
+            #line hidden
+            return;
+            case 6:
+            
+            #line 22 "..\..\Page1.xaml"
+            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.DeleteEmployee);
+            
+            #line default
+            #line hidden
+            return;
+            case 7:
+            
+            #line 26 "..\..\Page1.xaml"
+            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.AddEmployee);
+            
+            #line default
+            #line hidden
+            return;
+            case 8:
+            
+            #line 27 "..\..\Page1.xaml"
+            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.DeleteEmployee);
+            
+            #line default
+            #line hidden
+            return;
+            case 9:
+            
+            #line 42 "..\..\Page1.xaml"
+            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.AddEmployee_Click);
+            
+            #line default
+            #line hidden
+            return;
+            case 10:
+            
+            #line 49 "..\..\Page1.xaml"
+            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.DeleteEmployee_Click);
+            
+            #line default
+            #line hidden
+            return;
+            case 11:
+            
+            #line 56 "..\..\Page1.xaml"
+            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Pancel_Click);
+            
+            #line default
+            #line hidden
+            return;
+            case 12:
+            
+            #line 63 "..\..\Page1.xaml"
+            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Binocle_Click);
+            
+            #line default
+            #line hidden
+            return;
+            case 13:
+            
+            #line 70 "..\..\Page1.xaml"
+            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.SaveFile_Click);
+            
+            #line default
+            #line hidden
+            return;
+            case 14:
+            
+            #line 77 "..\..\Page1.xaml"
+            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Close_Click);
+            
+            #line default
+            #line hidden
+            return;
+            case 15:
+            
+            #line 89 "..\..\Page1.xaml"
+            ((System.Windows.Controls.DataGrid)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.DataGrid_SelectionChanged);
+            
+            #line default
+            #line hidden
+            return;
+            }
+            this._contentLoaded = true;
+        }
+    }
+}
+

+ 75 - 0
WpfApp2/obj/Debug/Window.g.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\Window.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "CA8DD6B8240CB5FEDF5A533F27DDF6D669CAEACE9340A8DA39A5497A4A5D19AF"
+//------------------------------------------------------------------------------
+// <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 WpfApp2;
+
+
+namespace WpfApp2 {
+    
+    
+    /// <summary>
+    /// Window
+    /// </summary>
+    public partial class Window : 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("/WpfApp2;component/window.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\Window.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
WpfApp2/obj/Debug/Window.g.i.cs

@@ -0,0 +1,75 @@
+#pragma checksum "..\..\Window.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "CA8DD6B8240CB5FEDF5A533F27DDF6D669CAEACE9340A8DA39A5497A4A5D19AF"
+//------------------------------------------------------------------------------
+// <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 WpfApp2;
+
+
+namespace WpfApp2 {
+    
+    
+    /// <summary>
+    /// Window
+    /// </summary>
+    public partial class Window : 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("/WpfApp2;component/window.xaml", System.UriKind.Relative);
+            
+            #line 1 "..\..\Window.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
WpfApp2/obj/Debug/WpfApp2.Properties.Resources.resources


BIN
WpfApp2/obj/Debug/WpfApp2.csproj.AssemblyReference.cache


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

@@ -0,0 +1 @@
+478905ce9ec1269d639ce7b14ef292aedb76f7f2

+ 90 - 0
WpfApp2/obj/Debug/WpfApp2.csproj.FileListAbsolute.txt

@@ -0,0 +1,90 @@
+C:\Users\voxhy\source\repos\WpfApp2\WpfApp2\obj\Debug\WpfApp2.csproj.AssemblyReference.cache
+C:\Users\voxhy\source\repos\WpfApp2\WpfApp2\obj\Debug\MainWindow.g.cs
+C:\Users\voxhy\source\repos\WpfApp2\WpfApp2\obj\Debug\App.g.cs
+C:\Users\voxhy\source\repos\WpfApp2\WpfApp2\obj\Debug\WpfApp2_MarkupCompile.cache
+C:\Users\voxhy\source\repos\WpfApp2\WpfApp2\obj\Debug\WpfApp2_MarkupCompile.lref
+C:\Users\voxhy\source\repos\WpfApp2\WpfApp2\bin\Debug\WpfApp2.exe.config
+C:\Users\voxhy\source\repos\WpfApp2\WpfApp2\bin\Debug\WpfApp2.exe
+C:\Users\voxhy\source\repos\WpfApp2\WpfApp2\bin\Debug\WpfApp2.pdb
+C:\Users\voxhy\source\repos\WpfApp2\WpfApp2\obj\Debug\MainWindow.baml
+C:\Users\voxhy\source\repos\WpfApp2\WpfApp2\obj\Debug\WpfApp2.g.resources
+C:\Users\voxhy\source\repos\WpfApp2\WpfApp2\obj\Debug\WpfApp2.Properties.Resources.resources
+C:\Users\voxhy\source\repos\WpfApp2\WpfApp2\obj\Debug\WpfApp2.csproj.GenerateResource.cache
+C:\Users\voxhy\source\repos\WpfApp2\WpfApp2\obj\Debug\WpfApp2.csproj.CoreCompileInputs.cache
+C:\Users\voxhy\source\repos\WpfApp2\WpfApp2\obj\Debug\WpfApp2.exe
+C:\Users\voxhy\source\repos\WpfApp2\WpfApp2\obj\Debug\WpfApp2.pdb
+C:\Users\voxhy\source\repos\WpfApp2\WpfApp2\obj\Debug\Page1.g.cs
+C:\Users\voxhy\source\repos\WpfApp2\WpfApp2\obj\Debug\Page1.baml
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\bin\Debug\WpfApp2.exe.config
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\bin\Debug\WpfApp2.exe
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\bin\Debug\WpfApp2.pdb
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\obj\Debug\WpfApp2.csproj.AssemblyReference.cache
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\obj\Debug\WpfApp2.csproj.SuggestedBindingRedirects.cache
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\obj\Debug\MainWindow.baml
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\obj\Debug\MainWindow.g.cs
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\obj\Debug\Page1.g.cs
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\obj\Debug\App.g.cs
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\obj\Debug\WpfApp2_MarkupCompile.cache
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\obj\Debug\WpfApp2_MarkupCompile.lref
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\obj\Debug\Page1.baml
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\obj\Debug\WpfApp2.g.resources
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\obj\Debug\WpfApp2.Properties.Resources.resources
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\obj\Debug\WpfApp2.csproj.GenerateResource.cache
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\obj\Debug\WpfApp2.csproj.CoreCompileInputs.cache
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\obj\Debug\WpfApp2.exe
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\obj\Debug\WpfApp2.pdb
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\obj\Debug\Dictionary1.baml
+C:\Users\user\Desktop\mavca(XF)\WpfApp2\WpfApp2\obj\Debug\App.baml
+C:\Users\user\Desktop\WpfApp2\WpfApp2\bin\Debug\WpfApp2.exe.config
+C:\Users\user\Desktop\WpfApp2\WpfApp2\bin\Debug\WpfApp2.exe
+C:\Users\user\Desktop\WpfApp2\WpfApp2\bin\Debug\WpfApp2.pdb
+C:\Users\user\Desktop\WpfApp2\WpfApp2\obj\Debug\WpfApp2.csproj.AssemblyReference.cache
+C:\Users\user\Desktop\WpfApp2\WpfApp2\obj\Debug\WpfApp2.csproj.SuggestedBindingRedirects.cache
+C:\Users\user\Desktop\WpfApp2\WpfApp2\obj\Debug\Dictionary1.baml
+C:\Users\user\Desktop\WpfApp2\WpfApp2\obj\Debug\MainWindow.baml
+C:\Users\user\Desktop\WpfApp2\WpfApp2\obj\Debug\MainWindow.g.cs
+C:\Users\user\Desktop\WpfApp2\WpfApp2\obj\Debug\Page1.g.cs
+C:\Users\user\Desktop\WpfApp2\WpfApp2\obj\Debug\App.g.cs
+C:\Users\user\Desktop\WpfApp2\WpfApp2\obj\Debug\WpfApp2_MarkupCompile.cache
+C:\Users\user\Desktop\WpfApp2\WpfApp2\obj\Debug\WpfApp2_MarkupCompile.lref
+C:\Users\user\Desktop\WpfApp2\WpfApp2\obj\Debug\App.baml
+C:\Users\user\Desktop\WpfApp2\WpfApp2\obj\Debug\Page1.baml
+C:\Users\user\Desktop\WpfApp2\WpfApp2\obj\Debug\WpfApp2.g.resources
+C:\Users\user\Desktop\WpfApp2\WpfApp2\obj\Debug\WpfApp2.Properties.Resources.resources
+C:\Users\user\Desktop\WpfApp2\WpfApp2\obj\Debug\WpfApp2.csproj.GenerateResource.cache
+C:\Users\user\Desktop\WpfApp2\WpfApp2\obj\Debug\WpfApp2.csproj.CoreCompileInputs.cache
+C:\Users\user\Desktop\WpfApp2\WpfApp2\obj\Debug\WpfApp2.exe
+C:\Users\user\Desktop\WpfApp2\WpfApp2\obj\Debug\WpfApp2.pdb
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\bin\Debug\WpfApp2.exe.config
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\bin\Debug\WpfApp2.exe
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\bin\Debug\WpfApp2.pdb
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\obj\Debug\WpfApp2.csproj.AssemblyReference.cache
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\obj\Debug\WpfApp2.csproj.SuggestedBindingRedirects.cache
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\obj\Debug\Dictionary1.baml
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\obj\Debug\MainWindow.baml
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\obj\Debug\MainWindow.g.cs
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\obj\Debug\Page1.g.cs
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\obj\Debug\App.g.cs
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\obj\Debug\WpfApp2_MarkupCompile.cache
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\obj\Debug\WpfApp2_MarkupCompile.lref
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\obj\Debug\App.baml
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\obj\Debug\Page1.baml
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\obj\Debug\WpfApp2.g.resources
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\obj\Debug\WpfApp2.Properties.Resources.resources
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\obj\Debug\WpfApp2.csproj.GenerateResource.cache
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\obj\Debug\WpfApp2.csproj.CoreCompileInputs.cache
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\obj\Debug\WpfApp2.exe
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\obj\Debug\WpfApp2.pdb
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\obj\Debug\Window.g.cs
+D:\МДК 05.04 галимова\Лабараторная №1\WpfApp2\obj\Debug\WpfApp2.csproj.AssemblyReference.cache
+D:\МДК 05.04 галимова\Лабараторная №1\WpfApp2\obj\Debug\WpfApp2.csproj.SuggestedBindingRedirects.cache
+D:\МДК 05.04 галимова\Лабараторная №1\WpfApp2\obj\Debug\Dictionary1.baml
+D:\МДК 05.04 галимова\Лабараторная №1\WpfApp2\obj\Debug\MainWindow.baml
+D:\МДК 05.04 галимова\Лабараторная №1\WpfApp2\obj\Debug\MainWindow.g.cs
+D:\МДК 05.04 галимова\Лабараторная №1\WpfApp2\obj\Debug\Page1.g.cs
+D:\МДК 05.04 галимова\Лабараторная №1\WpfApp2\obj\Debug\Window.g.cs
+D:\МДК 05.04 галимова\Лабараторная №1\WpfApp2\obj\Debug\App.g.cs
+D:\МДК 05.04 галимова\Лабараторная №1\WpfApp2\obj\Debug\WpfApp2_MarkupCompile.cache
+D:\МДК 05.04 галимова\Лабараторная №1\WpfApp2\obj\Debug\WpfApp2_MarkupCompile.lref
+D:\МДК 05.04 галимова\Лабараторная №1\WpfApp2\obj\Debug\WpfApp2.exe
+D:\МДК 05.04 галимова\Лабараторная №1\WpfApp2\obj\Debug\WpfApp2.pdb

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


+ 0 - 0
WpfApp2/obj/Debug/WpfApp2.csproj.SuggestedBindingRedirects.cache


BIN
WpfApp2/obj/Debug/WpfApp2.exe


BIN
WpfApp2/obj/Debug/WpfApp2.g.resources


BIN
WpfApp2/obj/Debug/WpfApp2.pdb


+ 20 - 0
WpfApp2/obj/Debug/WpfApp2_MarkupCompile.cache

@@ -0,0 +1,20 @@
+WpfApp2
+
+
+winexe
+C#
+.cs
+D:\МДК 05.04 галимова\Лабараторная №1\WpfApp2\obj\Debug\
+WpfApp2
+none
+false
+DEBUG;TRACE
+D:\МДК 05.04 галимова\Лабараторная №1\WpfApp2\App.xaml
+4-1845686594
+
+71603995787
+13-1310406943
+Dictionary1.xaml;MainWindow.xaml;Page1.xaml;Window.xaml;
+
+True
+

+ 20 - 0
WpfApp2/obj/Debug/WpfApp2_MarkupCompile.i.cache

@@ -0,0 +1,20 @@
+WpfApp2
+
+
+winexe
+C#
+.cs
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\obj\Debug\
+WpfApp2
+none
+false
+DEBUG;TRACE
+D:\МДК 05.04 галимова\WpfApp2\WpfApp2\App.xaml
+4-1845686594
+
+8-478092831
+13-1310406943
+Dictionary1.xaml;MainWindow.xaml;Page1.xaml;Window.xaml;
+
+True
+

+ 4 - 0
WpfApp2/obj/Debug/WpfApp2_MarkupCompile.i.lref

@@ -0,0 +1,4 @@
+
+
+FD:\МДК 05.04 галимова\WpfApp2\WpfApp2\Window.xaml;;
+

+ 5 - 0
WpfApp2/obj/Debug/WpfApp2_MarkupCompile.lref

@@ -0,0 +1,5 @@
+
+FD:\МДК 05.04 галимова\Лабараторная №1\WpfApp2\App.xaml;;
+FD:\МДК 05.04 галимова\Лабараторная №1\WpfApp2\Page1.xaml;;
+FD:\МДК 05.04 галимова\Лабараторная №1\WpfApp2\Window.xaml;;
+