levelshop_ERP/UI/App.xaml
2026-03-08 03:34:00 -03:00

10 lines
349 B
XML

<Application x:Class="UI.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:UI"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>