From e614e1d9670ca3d82ea9fb11a721ac6aa3759c6b Mon Sep 17 00:00:00 2001 From: irreaaa Date: Wed, 2 Apr 2025 13:09:44 +0300 Subject: [PATCH] edit --- .idea/.idea.demofinish/.idea/avalonia.xml | 1 + demofinish/EditWindow.axaml | 39 +++++++- demofinish/EditWindow.axaml.cs | 89 ++++++++++++++++++ demofinish/MainWindow.axaml | 7 +- demofinish/MainWindow.axaml.cs | 10 ++ demofinish/Models/Agent.cs | 2 +- demofinish/Product.axaml | 11 --- demofinish/Product.axaml.cs | 17 ---- demofinish/bin/Debug/net8.0/demofinish.dll | Bin 75264 -> 81920 bytes demofinish/bin/Debug/net8.0/demofinish.exe | Bin 139264 -> 139264 bytes demofinish/bin/Debug/net8.0/demofinish.pdb | Bin 28408 -> 30064 bytes .../net8.0/Avalonia/Resources.Inputs.cache | 2 +- .../obj/Debug/net8.0/Avalonia/demofinish.dll | Bin 75264 -> 81920 bytes .../obj/Debug/net8.0/Avalonia/demofinish.pdb | Bin 28408 -> 30064 bytes .../obj/Debug/net8.0/Avalonia/resources | Bin 8802 -> 11103 bytes demofinish/obj/Debug/net8.0/apphost.exe | Bin 139264 -> 139264 bytes .../Debug/net8.0/demofinish.AssemblyInfo.cs | 2 +- .../demofinish.AssemblyInfoInputs.cache | 2 +- ....GeneratedMSBuildEditorConfig.editorconfig | 3 - .../demofinish.csproj.CoreCompileInputs.cache | 2 +- demofinish/obj/Debug/net8.0/demofinish.dll | Bin 59904 -> 66048 bytes demofinish/obj/Debug/net8.0/demofinish.pdb | Bin 26612 -> 27692 bytes .../obj/Debug/net8.0/ref/demofinish.dll | Bin 17408 -> 17920 bytes .../net8.0/refint/Avalonia/demofinish.dll | Bin 17408 -> 17920 bytes .../obj/Debug/net8.0/refint/demofinish.dll | Bin 18432 -> 18944 bytes demofinish/obj/rider.project.model.nuget.info | 2 +- 26 files changed, 149 insertions(+), 40 deletions(-) delete mode 100644 demofinish/Product.axaml delete mode 100644 demofinish/Product.axaml.cs diff --git a/.idea/.idea.demofinish/.idea/avalonia.xml b/.idea/.idea.demofinish/.idea/avalonia.xml index 554c529..157ea80 100644 --- a/.idea/.idea.demofinish/.idea/avalonia.xml +++ b/.idea/.idea.demofinish/.idea/avalonia.xml @@ -7,6 +7,7 @@ + diff --git a/demofinish/EditWindow.axaml b/demofinish/EditWindow.axaml index 7663c28..3ee1120 100644 --- a/demofinish/EditWindow.axaml +++ b/demofinish/EditWindow.axaml @@ -4,6 +4,43 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="demofinish.EditWindow" + x:CompileBindings="False" Title="EditWindow"> - Welcome to Avalonia! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +