Files
WPF_Practice/PacticeSolution/BlurText/App.xaml
2023-09-27 14:40:54 +09:00

10 lines
361 B
XML

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