Add project files.

This commit is contained in:
2019-07-07 18:08:59 +03:00
parent fc884fa45f
commit 284f6a73b5
12 changed files with 609 additions and 0 deletions

9
App.xaml Normal file
View File

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