agrobot_base/AgroBase/OperationControl/App.xaml

12 lines
335 B
Plaintext
Raw Normal View History

<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"
>
<Application.Resources>
2025-11-24 19:58:20 +00:00
</Application.Resources>
</Application>