diff --git a/ZKuP/MainWindow.xaml b/ZKuP/MainWindow.xaml
index 8e8ee41..d4fa3e4 100644
--- a/ZKuP/MainWindow.xaml
+++ b/ZKuP/MainWindow.xaml
@@ -7,15 +7,15 @@
xmlns:local="clr-namespace:ZKuP"
xmlns:gif="https://github.com/XamlAnimatedGif/XamlAnimatedGif"
xmlns:p="clr-namespace:ZKuP.Properties"
- mc:Ignorable="d"
+ mc:Ignorable="d"
- Title="{Binding Version, StringFormat=ZKuP - {0:0}, Mode=OneWay, RelativeSource={RelativeSource Mode=Self}}"
-
- WindowStartupLocation="CenterScreen"
- MinHeight="675"
- MinWidth="1680"
- Closing="Window_Closing"
- PreviewKeyDown="Window_PreviewKeyDown" Loaded="Window_Loaded" ContentRendered="Window_ContentRendered" SizeChanged="Window_SizeChanged" LocationChanged="MetroWindow_LocationChanged" StateChanged="MetroWindow_StateChanged" DpiChanged="MetroWindow_DpiChanged"
+ Title="{Binding Version, StringFormat=ZKuP - {0:0}, Mode=OneWay, RelativeSource={RelativeSource Mode=Self}}"
+ WindowStartupLocation="CenterScreen"
+ MinHeight="675"
+ MinWidth="1680"
+ Height="300"
+ Width="1200"
+ Closing="Window_Closing" PreviewKeyDown="Window_PreviewKeyDown" Loaded="Window_Loaded" ContentRendered="Window_ContentRendered" SizeChanged="Window_SizeChanged" LocationChanged="MetroWindow_LocationChanged" StateChanged="MetroWindow_StateChanged" DpiChanged="MetroWindow_DpiChanged"
>
-
-
+
+
-
+
-
+
-
-
-
+
+
+
-
-
+
+
-
+
-
+
-
-
-
+
+
+
-
-
+
+
@@ -1105,7 +1111,7 @@
-
+
diff --git a/ZKuP/MainWindow.xaml.cs b/ZKuP/MainWindow.xaml.cs
index 435e54b..efba8cc 100644
--- a/ZKuP/MainWindow.xaml.cs
+++ b/ZKuP/MainWindow.xaml.cs
@@ -285,7 +285,7 @@ namespace ZKuP
}
}
- private async void CheckMaintenance()
+ private async Task CheckMaintenance()
{
var path = @"\\mhb00swfs003v.fv-werke.db.de\GLW99\ZKuP\Maintenance.txt";
diff --git a/ZKuP/SQL.cs b/ZKuP/SQL.cs
index 88e50c9..7fef34c 100644
--- a/ZKuP/SQL.cs
+++ b/ZKuP/SQL.cs
@@ -26,7 +26,7 @@ namespace ZKuP
public static class SQL
{
private static string p = "fNZG8bO+b8lbajxNUCPCIRNBap4/T5N5Qoa0Rec3P9b2EiwC5eNIwfEMjR5Fvc/W";
- private static string s = "d0cRVbko84WkycpOfE30db5kQvnIprtdeNhhB6BtCdg="; // "KYgjkRVn0edFDca2GbZq/A=="; old server
+ private static string s = "d4a9bSblcbk2OdoAsLye0w=="; // "KYgjkRVn0edFDca2GbZq/A=="; old server
private static string uSSL = "miSRZrFLxAAWlzRLx9B6Ww==";
private static string d = "xWb4X9gPEzwe76zqpysF3w==";
#if DEBUG