Hello dear programmers!
My question isn't unique and i have read many articles about datagridview , but i've understood nothing ((
Please - tell me - how to load an array in datagridview ?
All i've understood is that for this I should use datasourse property -
dataGridView1.DataSource = myMap.MapCityMass.ArrayOfCities;
but how to start loading?
thank you for your answers!)