From 5ff070c24e1a873cd8c789314d0ac931f450170c Mon Sep 17 00:00:00 2001 From: ZestyTS Date: Thu, 1 Oct 2020 17:40:29 -0700 Subject: [PATCH] Closing pointed to an empty function so I removed the call to it --- UWUVCI AIO WPF/UI/Windows/DownloadWait - Kopieren.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UWUVCI AIO WPF/UI/Windows/DownloadWait - Kopieren.xaml b/UWUVCI AIO WPF/UI/Windows/DownloadWait - Kopieren.xaml index 0a9baa3..c547225 100644 --- a/UWUVCI AIO WPF/UI/Windows/DownloadWait - Kopieren.xaml +++ b/UWUVCI AIO WPF/UI/Windows/DownloadWait - Kopieren.xaml @@ -6,7 +6,7 @@ xmlns:local="clr-namespace:UWUVCI_AIO_WPF" xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" mc:Ignorable="d" - Title="MAIN" Height="175.197" Width="337.333" WindowStyle="None" WindowStartupLocation="CenterScreen" materialDesign:ShadowAssist.CacheMode="{x:Null}" Foreground="White" Background="LightGray" ResizeMode="NoResize" Icon="/UWUVCI AIO WPF;component/b.ico" Closing="wind_Closing" Closed="wind_Closed" ShowInTaskbar="False"> + Title="MAIN" Height="175.197" Width="337.333" WindowStyle="None" WindowStartupLocation="CenterScreen" materialDesign:ShadowAssist.CacheMode="{x:Null}" Foreground="White" Background="LightGray" ResizeMode="NoResize" Icon="/UWUVCI AIO WPF;component/b.ico" Closed="wind_Closed" ShowInTaskbar="False">