Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CalendarEventAttendee"/> class.
 /// </summary>
 /// <param name="src">The SRC.</param>
 internal CalendarEventAttendee(SerializableCalendarEventAttendeeListItem src)
 {
     CharacterID   = src.CharacterID;
     CharacterName = src.CharacterName;
     Response      = src.Response;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CalendarEventAttendee"/> class.
 /// </summary>
 /// <param name="src">The SRC.</param>
 internal CalendarEventAttendee(SerializableCalendarEventAttendeeListItem src)
 {
     CharacterID     = src.CharacterID;
     m_characterName = EveIDToName.GetIDToName(src.CharacterID);
     Response        = src.Response;
 }