Files
Bedtimer/App.xaml
2025-10-26 10:40:21 -05:00

9 lines
338 B
XML

<Application x:Class="Bedtimer.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
ShutdownMode="OnExplicitShutdown"
Startup="OnStartup"
Exit="OnExit">
<Application.Resources/>
</Application>