Files
WPF_Practice/PacticeSolution/ProgressBarSample/App.xaml

10 lines
379 B
Plaintext
Raw Normal View History

2023-07-03 10:24:51 +09:00
<Application x:Class="ProgressBarSample.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:ProgressBarSample"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>