Пример #1
0
        /// <summary>
        /// Imports data from the given employment history information.
        /// </summary>
        /// <param name="history">The serialized employment history information</param>
        internal void Import(EsiAPIEmploymentHistory history)
        {
            EmploymentHistory.Import(history.ToXMLItem());

            EveMonClient.OnCharacterInfoUpdated(this);
        }
Пример #2
0
 /// <summary>
 /// Imports data from the given employment history information.
 /// </summary>
 /// <param name="history">The serialized employment history information</param>
 internal void Import(EsiAPIEmploymentHistory history)
 {
     EmploymentHistory.Import(history.ToXMLItem());
 }