From 507fd638dc10db4b2976369e3d6edbe8cb2e74e0 Mon Sep 17 00:00:00 2001 From: PhoenixDeveloper Date: Fri, 26 Jul 2019 20:04:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B0=D0=BB=D0=B8=D0=B7=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=B0=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0?= =?UTF-8?q?=20=D1=81=20=D0=91=D0=94.=20(=D0=BD=D0=B5=D0=BE=D0=B1=D1=85?= =?UTF-8?q?=D0=BE=D0=B4=D0=B8=D0=BC=D0=BE=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC?= =?UTF-8?q?=D0=B5=D1=81=D1=82=D0=B8=D1=82=D1=8C=20=D0=B1=D0=B0=D0=B7=D1=83?= =?UTF-8?q?=20=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20=D0=B8=D0=B7=20=D0=BA?= =?UTF-8?q?=D0=BE=D1=80=D0=BD=D1=8F=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=D0=B0=20=D0=B2=20bin\Debug)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 - .../MainWindow.xaml | 14 +- .../MainWindow.xaml.cs | 239 ++++++++++++------ .../wndChangeDepartment.xaml.cs | 14 +- .../wndChangeEmployee.xaml | 2 +- .../wndChangeEmployee.xaml.cs | 46 ++-- .../wndNewDepartment.xaml | 2 +- .../wndNewDepartment.xaml.cs | 14 +- .../wndNewEmployee.xaml | 4 +- .../wndNewEmployee.xaml.cs | 31 ++- .../MyDatabaseCSharpLev2Pract7.ldf | Bin 0 -> 8388608 bytes .../MyDatabaseCSharpLev2Pract7.mdf | Bin 0 -> 8388608 bytes 12 files changed, 238 insertions(+), 130 deletions(-) create mode 100644 BMO.GameDevUnity.CSharp2.Pract5/MyDatabaseCSharpLev2Pract7.ldf create mode 100644 BMO.GameDevUnity.CSharp2.Pract5/MyDatabaseCSharpLev2Pract7.mdf diff --git a/.gitignore b/.gitignore index 3c4efe2..8fc023c 100644 --- a/.gitignore +++ b/.gitignore @@ -211,8 +211,6 @@ UpgradeLog*.XML UpgradeLog*.htm # SQL Server files -*.mdf -*.ldf # Business Intelligence projects *.rdl.data diff --git a/BMO.GameDevUnity.CSharp2.Pract5/BMO.GameDevUnity.CSharp2.Pract5/MainWindow.xaml b/BMO.GameDevUnity.CSharp2.Pract5/BMO.GameDevUnity.CSharp2.Pract5/MainWindow.xaml index da580ab..f098b1b 100644 --- a/BMO.GameDevUnity.CSharp2.Pract5/BMO.GameDevUnity.CSharp2.Pract5/MainWindow.xaml +++ b/BMO.GameDevUnity.CSharp2.Pract5/BMO.GameDevUnity.CSharp2.Pract5/MainWindow.xaml @@ -6,7 +6,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:BMO.GameDevUnity.CSharp2.Pract5" mc:Ignorable="d" - Title="Сотрудники организации" Height="450" Width="800"> + Title="Сотрудники организации" Height="450" Width="800" Loaded="WndMain_Loaded"> @@ -33,17 +33,17 @@ - + - - - - + + + + - +