9 lines
338 B
XML
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>
|