Files
WPF_Practice/PacticeSolution/LabelTextBlockTextBoxSample/App.xaml

10 lines
399 B
Plaintext
Raw Normal View History

2023-06-29 14:14:38 +09:00
<Application x:Class="LabelTextBlockTextBoxSample.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:LabelTextBlockTextBoxSample"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>