/// <summary> /// Raises the <see cref="E:Load"/> event. /// </summary> /// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param> protected override void OnLoad(EventArgs e) { base.OnLoad(e); if (Visible) { _mergeContactsStateInfo = ContextService.GetContext("MergeContactsStateInfo") as MergeContactsStateInfo ?? new MergeContactsStateInfo(); } }