private void toolStripButton4_Click(object sender, EventArgs e) { int ids = dataGridView1.CurrentCell.RowIndex; string ks = dataGridView1.Rows[ids].Cells[0].Value.ToString(); id = int.Parse(ks); BDelete.DELETE(); BLoad.load(); }
private void Builds_Load(object sender, EventArgs e) { BLoad.load(); }