示例#1
0
 /// <summary>
 /// Used to complete the control's intialization before <see cref="OnLoad"/>.
 /// </summary>
 /// <param name="propertiesList"></param>
 /// <param name="selectControl"></param>
 protected void Initialize(ListView propertiesList, EveObjectSelectControl selectControl, bool forceShipsPropertyToBeVisible)
 {
     m_selectControl  = selectControl;
     m_propertiesList = propertiesList;
     m_forceShipsPropertyToBeVisible = forceShipsPropertyToBeVisible;
 }
 /// <summary>
 /// Used to complete the control's intialization before <see cref="OnLoad"/>.
 /// </summary>
 /// <param name="propertiesList"></param>
 /// <param name="selectControl"></param>
 protected void Initialize(ListView propertiesList, EveObjectSelectControl selectControl, bool forceShipsPropertyToBeVisible)
 {
     m_selectControl = selectControl;
     m_propertiesList = propertiesList;
     m_forceShipsPropertyToBeVisible = forceShipsPropertyToBeVisible;
 }