Quantcast
Viewing all articles
Browse latest Browse all 18858

How can i fill a list from an array in c# !?

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




Viewing all articles
Browse latest Browse all 18858

Trending Articles