Files
WPF_Practice/PacticeSolution/PageSample/App.xaml
2023-07-21 17:33:54 +09:00

10 lines
365 B
XML

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