Files
DP44/DataPRO/WPF.DbAPI/App.xaml

10 lines
374 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
<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>