Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

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

$
0
0

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