1
0
mirror of https://github.com/Kopano-dev/kopano-ol-extension.git synced 2023-10-10 13:37:40 +02:00

Restored DeviceId to debug dialog

This commit is contained in:
Patrick Simpson 2017-03-14 13:08:24 +01:00
parent dbf278f910
commit 0fa8b2b949

View File

@ -45,7 +45,9 @@ namespace Acacia.ZPush
[Browsable(false)] [Browsable(false)]
public IAccount Account { get { return _account; } } public IAccount Account { get { return _account; } }
public String DisplayName { get { return _account.DisplayName; } }
public string DisplayName { get { return _account.DisplayName; } }
public string DeviceId { get { return _account.DeviceId; } }
[Browsable(false)] [Browsable(false)]
public string LogContextId public string LogContextId