Files
WPF_Practice/PacticeSolution/AddressBook_MVVMSampleV2/App.xaml
2023-07-18 16:24:07 +09:00

9 lines
351 B
XML

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