Initial Staging Commit

This commit is contained in:
Patrick Fic
2020-01-13 22:03:33 -08:00
commit 13c4edb151
14 changed files with 888 additions and 0 deletions

View File

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