Example #1
0
        /// <summary>
        /// Called when the API key collection changed.
        /// </summary>
        internal static void OnAPIKeyCollectionChanged()
        {
            if (Closed)
            {
                return;
            }

            Trace();
            Settings.Save();
            APIKeyCollectionChanged?.ThreadSafeInvoke(null, EventArgs.Empty);
        }
Example #2
0
        /// <summary>
        /// Called when the API key collection changed.
        /// </summary>
        internal static void OnAPIKeyCollectionChanged()
        {
            if (Closed)
            {
                return;
            }

            Trace();
            EveMonClient.Characters.UpdateAccountStatuses();
            Settings.Save();
            APIKeyCollectionChanged?.ThreadSafeInvoke(null, EventArgs.Empty);
        }