diff --git a/.idea/.idea.demo_2023/.idea/vcs.xml b/.idea/.idea.demo_2023/.idea/vcs.xml index d843f34..94a25f7 100644 --- a/.idea/.idea.demo_2023/.idea/vcs.xml +++ b/.idea/.idea.demo_2023/.idea/vcs.xml @@ -1,4 +1,6 @@ - + + + \ No newline at end of file diff --git a/demo_2023/Additem.axaml b/demo_2023/Additem.axaml index d4ff213..4481c81 100644 --- a/demo_2023/Additem.axaml +++ b/demo_2023/Additem.axaml @@ -2,16 +2,50 @@ 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:models="clr-namespace:demo_2023.Models" - mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" + mc:Ignorable="d" d:DesignWidth="400" d:DesignHeight="450" + Width="700" + Height="700" x:Class="demo_2023.Additem" - Title="Additem" - x:DataType="models:ClientPresenter"> + x:CompileBindings="False" + Title="demo_2023"> - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +