From 4a01f07f9c40307fe2409d11cbeaf2d5d06088ea Mon Sep 17 00:00:00 2001 From: Tim Kaiser Date: Wed, 29 Mar 2023 15:47:03 +0200 Subject: [PATCH] Set Startup Window --- IFCGeoRefCheckerGUI/App.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IFCGeoRefCheckerGUI/App.xaml b/IFCGeoRefCheckerGUI/App.xaml index 995b04f..8c51882 100644 --- a/IFCGeoRefCheckerGUI/App.xaml +++ b/IFCGeoRefCheckerGUI/App.xaml @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:IFCGeoRefCheckerGUI" - StartupUri="MainWindowAllInOne.xaml" + StartupUri="MainWindow.xaml" >