Files
WPF_Practice/PacticeSolution/ProgressBarMVVMSample/App.xaml

10 lines
387 B
Plaintext
Raw Normal View History

2023-07-11 16:38:48 +09:00
<Application x:Class="ProgressBarMVVMSample.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:ProgressBarMVVMSample"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>