Add ch11 samples

This commit is contained in:
Alvin Ashcraft
2023-08-20 12:57:11 -04:00
parent 90f935f4b2
commit 404d155672
52 changed files with 2155 additions and 0 deletions
@@ -0,0 +1,15 @@
using Microsoft.UI.Xaml;
namespace XamlDebugging
{
/// <summary>
/// An empty window that can be used on its own or navigated to within a Frame.
/// </summary>
public sealed partial class MainWindow : Window
{
public MainWindow()
{
this.InitializeComponent();
}
}
}