From 46e85e6311f99520fa52a5a9bf3adc84231b5402 Mon Sep 17 00:00:00 2001 From: NikitaOnianov Date: Tue, 4 Mar 2025 14:08:51 +0300 Subject: [PATCH] add data output to the screen --- demo_blagodat/Functions/DeleteClient.axaml | 28 ++++---- demo_blagodat/Functions/DeleteClient.axaml.cs | 65 ++++++++----------- demo_blagodat/Functions/DeleteEmployee.axaml | 22 ++++--- .../Functions/DeleteEmployee.axaml.cs | 59 +++++++---------- 4 files changed, 76 insertions(+), 98 deletions(-) diff --git a/demo_blagodat/Functions/DeleteClient.axaml b/demo_blagodat/Functions/DeleteClient.axaml index 6c636aa..dd5bdcb 100644 --- a/demo_blagodat/Functions/DeleteClient.axaml +++ b/demo_blagodat/Functions/DeleteClient.axaml @@ -2,23 +2,11 @@ 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" d:DesignWidth="800" d:DesignHeight="450" + mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="600" x:Class="demo_blagodat.DeleteClient" + x:CompileBindings="False" Title="Удалить клиента"> - - - - - - - - - - - - - - +