Implemented core logic

This commit is contained in:
Laurent
2026-02-17 00:05:24 +01:00
parent be6de65f85
commit 77d33e4c8f
7 changed files with 111 additions and 14 deletions

View File

@@ -45,6 +45,12 @@
</StackPanel>
</Border>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center">
<CheckBox Content="112x112" Margin="10"/>
<CheckBox Content="500x500" Margin="10"/>
<CheckBox Content="1000x1000" Margin="10"/>
</StackPanel>
<Button
Content="Resize"
Padding="5"