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

11
App.xaml.cs Normal file
View File

@@ -0,0 +1,11 @@
using System.Windows;
namespace ProgressBar
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}