commit bc8b4e9c2961cd05f03f1dbf9830c222606226e8 Author: KP9lKk Date: Tue Dec 24 10:39:07 2024 +0300 git init diff --git a/.idea/.idea.demo1/.idea/.gitignore b/.idea/.idea.demo1/.idea/.gitignore new file mode 100644 index 0000000..e8ff297 --- /dev/null +++ b/.idea/.idea.demo1/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/contentModel.xml +/.idea.demo1.iml +/projectSettingsUpdater.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.demo1/.idea/avalonia.xml b/.idea/.idea.demo1/.idea/avalonia.xml new file mode 100644 index 0000000..0566b51 --- /dev/null +++ b/.idea/.idea.demo1/.idea/avalonia.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.idea.demo1/.idea/indexLayout.xml b/.idea/.idea.demo1/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.demo1/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.demo1/.idea/vcs.xml b/.idea/.idea.demo1/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.demo1/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/demo1.sln b/demo1.sln new file mode 100644 index 0000000..1dc4314 --- /dev/null +++ b/demo1.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "demo1", "demo1\demo1.csproj", "{8B96DD6E-7ED7-4B72-9FDC-D457B84EAD08}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8B96DD6E-7ED7-4B72-9FDC-D457B84EAD08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8B96DD6E-7ED7-4B72-9FDC-D457B84EAD08}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8B96DD6E-7ED7-4B72-9FDC-D457B84EAD08}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8B96DD6E-7ED7-4B72-9FDC-D457B84EAD08}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/demo1/AddAndEditProduct.axaml b/demo1/AddAndEditProduct.axaml new file mode 100644 index 0000000..34d8471 --- /dev/null +++ b/demo1/AddAndEditProduct.axaml @@ -0,0 +1,20 @@ + + + + + +