Files
WPF_Practice/PacticeSolution/ClockGadget/App.xaml
2023-06-19 14:40:22 +09:00

10 lines
367 B
XML

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