Лабораторная работа 8
This commit is contained in:
parent
aac129127d
commit
b762d97176
@ -96,7 +96,7 @@
|
||||
Controls.Add(dataGridView);
|
||||
Name = "FormCities";
|
||||
Text = "Список городов";
|
||||
Load += FormCars_Load;
|
||||
Load += FormCities_Load;
|
||||
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
||||
ResumeLayout(false);
|
||||
}
|
||||
|
@ -104,7 +104,7 @@ namespace BulletinBoard
|
||||
LoadData();
|
||||
}
|
||||
|
||||
private void FormCars_Load(object sender, EventArgs e)
|
||||
private void FormCities_Load(object sender, EventArgs e)
|
||||
{
|
||||
LoadData();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user