version 4.5
This commit is contained in:
@@ -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>>();
|
||||
|
||||
Reference in New Issue
Block a user