Files
WPF_Practice/PacticeSolution/ValueConverterSample/App.xaml
2023-07-10 17:50:09 +09:00

10 lines
385 B
XML

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