Beispiel #1
0
 /// <summary>
 /// Sets the component data.
 /// </summary>
 /// <param name="component">Component.</param>
 /// <param name="index">Index.</param>
 void SetComponentData(ListViewStringComponent component, int index)
 {
     component.Index = index;
     component.SetData(DataSource[index]);
     Coloring(component);
 }