Hi,
I will fill a Combobox withs this list:
List<string> CBWandelAusgTextls = new List<string>();from this Array:
public VBAngebote.VBAngeboteClass.WandelEingTextTabelle[] VBWandelEingTextTabelle;
This MOVE will not be working:
pvwindowWandeln.CBWandelEingTextls = VBWandelEingTextTabelle;
What is the right "Move" to bring the Array in the List?
Best regards
Bernd