agrobot_base/AgroBase/OperationControl/App.xaml

12 lines
335 B
XML

<Application x:Class="OperationControl.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Startup="Application_Startup"
>
<Application.Resources>
</Application.Resources>
</Application>