implemeted main feature - first try

This commit is contained in:
2026-08-08 21:03:13 +05:00
parent 3ab110aa91
commit a1ff8cc923
5 changed files with 346 additions and 14 deletions
+5 -1
View File
@@ -6,6 +6,10 @@
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800">
<Grid>
<Label x:Name="LayoutLabel"
HorizontalAlignment="Center"
VerticalAlignment="Center"
FontSize="48"
Content="—" />
</Grid>
</Window>