Exemplo n.º 1
0
 protected void PopulateElementsBox(RadItemReadOnlyCollection elements)
 {
     this.stylableElements.Items.Clear();
     for (int i = 0; i < elements.Count; i++)
     {
         this.stylableElements.Items.Add(new InstanceItem(elements[i]));
     }
 }
Exemplo n.º 2
0
 protected void PopulateElementsBox(RadItemReadOnlyCollection elements)
 {
     this.stylableElements.Items.Clear();
     for (int index = 0; index < elements.Count; ++index)
     {
         this.stylableElements.Items.Add((object)new ScreenTipUI.InstanceItem(elements[index]));
     }
 }