Files
WPF_Practice/PacticeSolution/MVVMSample/App.xaml
2023-06-20 16:40:54 +09:00

9 lines
358 B
XML

<Application x:Class="MVVMSample.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:MVVMSample"
StartupUri="View/ViewMain.xaml">
<Application.Resources>
</Application.Resources>
</Application>