Files
WPF_Practice/PacticeSolution/ListSample/App.xaml
2023-07-04 17:32:02 +09:00

10 lines
365 B
XML

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