feat: AvaloniaUi GSS2.Test

This commit is contained in:
2026-01-16 14:17:19 +03:00
parent af828a407d
commit 2ce8d3e966
11 changed files with 210 additions and 40 deletions
+9
View File
@@ -0,0 +1,9 @@
<Window xmlns="https://github.com/avaloniaui"
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"
x:Class="GSS2.Test.MainWindow"
Title="GSS2.Test">
<Image x:Name="image"/>
</Window>