From 52bbc9fc0e8af81e13ee06a26f171ab55134e285 Mon Sep 17 00:00:00 2001 From: LynJet <104435916+LynJet@users.noreply.github.com> Date: Fri, 3 Jun 2022 16:43:03 +0200 Subject: [PATCH] Beim letzten mal Speichern vergessen. --- ChatController/ChatMainControl.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ChatController/ChatMainControl.xaml.cs b/ChatController/ChatMainControl.xaml.cs index 1a57df4..bef8dc8 100644 --- a/ChatController/ChatMainControl.xaml.cs +++ b/ChatController/ChatMainControl.xaml.cs @@ -7,6 +7,7 @@ using System.IO; using System.Linq; using System.Runtime.CompilerServices; using System.Text; +using System.Threading; using System.Windows; using System.Windows.Controls; using System.Windows.Data;