/// <summary> /// Common constructor base. /// </summary> private APIKey() { m_apiKeyInfoMonitor = new APIKeyQueryMonitor <SerializableAPIKeyInfo>(this, CCPAPIGenericMethods.APIKeyInfo, OnAPIKeyInfoUpdated); m_accountStatusMonitor = new APIKeyQueryMonitor <SerializableAPIAccountStatus>(this, CCPAPICharacterMethods.AccountStatus, OnAccountStatusUpdated); IdentityIgnoreList = new CharacterIdentityIgnoreList(this); EveMonClient.TimerTick += EveMonClient_TimerTick; }
/// <summary> /// Common constructor base. /// </summary> private APIKey() { m_apiKeyInfoMonitor = new APIKeyQueryMonitor<SerializableAPIKeyInfo>(this, CCPAPIGenericMethods.APIKeyInfo, OnAPIKeyInfoUpdated); m_accountStatusMonitor = new APIKeyQueryMonitor<SerializableAPIAccountStatus>(this, CCPAPICharacterMethods.AccountStatus, OnAccountStatusUpdated); IdentityIgnoreList = new CharacterIdentityIgnoreList(this); EveMonClient.TimerTick += EveMonClient_TimerTick; }