zhaw-dnet2/Tasks/Lab8/DataAdapter/App.xaml

10 lines
367 B
Plaintext
Raw Normal View History

2024-06-06 16:59:42 +00:00
<Application x:Class="DataAdapter.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:DataAdapter"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>