Add article, code, toc, and redirects (#1343)

This commit is contained in:
Tris Shores
2022-04-04 13:46:22 -07:00
committed by GitHub
parent 907918d922
commit 0baa50f040
18 changed files with 600 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>