Restored DeviceId to debug dialog

This commit is contained in:
Patrick Simpson 2017-03-14 13:08:24 +01:00
parent dbf278f910
commit 0fa8b2b949
1 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,9 @@ namespace Acacia.ZPush
[Browsable(false)]
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)]
public string LogContextId