.ne

  1. BartusZak

    Question Fill List with all data from another list.

    I have a list. List<string>[] list = myListFiller(); public List<string>[] myListFiller() { (...) return list; } and other list: private List<Cwiczenie> mCwiczenia; class Cwiczenie { public string Cwiczenie_v { get; set; }...
Back
Top Bottom