2025-11-12 11:15:07 +00:00
|
|
|
<Application x:Class="OperationControl.App"
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2025-11-14 17:11:58 +00:00
|
|
|
Startup="Application_Startup"
|
2026-03-18 10:40:59 +00:00
|
|
|
ShutdownMode="OnMainWindowClose"
|
2025-11-14 17:11:58 +00:00
|
|
|
>
|
2025-11-12 11:15:07 +00:00
|
|
|
<Application.Resources>
|
|
|
|
|
|
2025-11-24 19:58:20 +00:00
|
|
|
|
2025-11-12 11:15:07 +00:00
|
|
|
|
|
|
|
|
</Application.Resources>
|
|
|
|
|
</Application>
|