Files
SQLite_Demo/SQLite_test/App.xaml
2025-11-11 10:34:36 +01:00

10 lines
367 B
XML

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