P
Paddy
In the case of a listView, how would the lines below have to be altered?
Thanks,
Paddy
private void MainForm_Load(object sender, System.EventArgs e)
{
City [ ] cityChoices = {new City("Cardiff", "Wales"), new
City("Farnborough","UK")};
listBox1.DataSource = cityChoices;
}
Thanks,
Paddy
private void MainForm_Load(object sender, System.EventArgs e)
{
City [ ] cityChoices = {new City("Cardiff", "Wales"), new
City("Farnborough","UK")};
listBox1.DataSource = cityChoices;
}