Files
csharp-progressbar/App.xaml
2019-07-07 18:33:17 +03:00

10 lines
367 B
XML

<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>