Ejemplo n.º 1
0
 private void buttonSuppliesWithManagers_Click(object sender, EventArgs e)
 {
     Supply.GetSuppliesWithManagers(sqlConnection, sqlDataAdapter, checkBoxFillingRightTable.Checked ? dataGridViewSecondTable : dataGridViewFirstTable);
 }