Files
DP44/DataPRO/WPF.DbAPI/App.xaml
2026-04-17 14:55:32 -04:00

10 lines
374 B
XML

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