Пример #1
0
 private void Indexes_Load(object sender, EventArgs e)
 {
     dbHandler = new DatabaseHandler();
     LoadTablesToCombobox();
 }