Add article, snippets, toc, and redirects (#1233)

This commit is contained in:
Tris Shores
2021-12-07 15:15:29 -08:00
committed by GitHub
parent c37bd7c99b
commit 048ceebd5d
18 changed files with 576 additions and 0 deletions
@@ -0,0 +1,9 @@
<Application x:Class="CodeSampleCsharp.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:CodeSampleCsharp"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>