version 4.5

This commit is contained in:
LynJet
2022-08-02 14:38:50 +02:00
parent 12bacea6df
commit 2f7ec2a828

View File

@@ -40,6 +40,7 @@ using Timer = System.Windows.Forms.Timer;
namespace ChatController
{
// Test
public partial class ChatMainControl : INotifyPropertyChanged
{
private readonly Dictionary<long, List<NotifyIcon>> _Group2NotifyIcons = new Dictionary<long, List<NotifyIcon>>();