zhaw-dnet2/Tasks/UrlTester/App.xaml

10 lines
363 B
Plaintext
Raw Normal View History

2024-03-21 22:43:09 +00:00
<Application x:Class="UrlTester.App"
2024-03-21 22:24:29 +00:00
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2024-03-21 22:43:09 +00:00
xmlns:local="clr-namespace:UrlTester"
2024-03-21 22:24:29 +00:00
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>