grid(panel) shared size

This commit is contained in:
2023-06-29 10:18:17 +09:00
parent 372c2948dd
commit 0132203f24
15 changed files with 358 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
<Application x:Class="GridSharedSample.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:GridSharedSample"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>