Files
WPF_Practice/PacticeSolution/TimerAndWorker/App.xaml
2023-08-11 17:16:51 +09:00

10 lines
373 B
XML

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