Files
WPF_Practice/PacticeSolution/DependencyProperty/App.xaml
2023-06-27 17:41:22 +09:00

10 lines
393 B
XML

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