dags att checka in

This commit is contained in:
2021-08-02 12:41:02 +02:00
parent 5648effc9a
commit 668659bf20
34 changed files with 1092 additions and 5 deletions

9
WpfScraper/App.xaml Normal file
View File

@ -0,0 +1,9 @@
<Application x:Class="WpfScraper.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WpfScraper"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>