From 2f7ec2a828971a7a4cb514d33f578b596a849305 Mon Sep 17 00:00:00 2001 From: LynJet <104435916+LynJet@users.noreply.github.com> Date: Tue, 2 Aug 2022 14:38:50 +0200 Subject: [PATCH] version 4.5 --- ChatController/ChatMainControl.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ChatController/ChatMainControl.xaml.cs b/ChatController/ChatMainControl.xaml.cs index 6b5cc90..d6d5fef 100644 --- a/ChatController/ChatMainControl.xaml.cs +++ b/ChatController/ChatMainControl.xaml.cs @@ -40,6 +40,7 @@ using Timer = System.Windows.Forms.Timer; namespace ChatController { + // Test public partial class ChatMainControl : INotifyPropertyChanged { private readonly Dictionary> _Group2NotifyIcons = new Dictionary>();