Files
Partsource/PartSource.Backoffice/App.xaml
2020-11-04 17:08:13 -05:00

10 lines
387 B
XML

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