Beispiel #1
0
        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();
        }
Beispiel #2
0
 private void Builds_Load(object sender, EventArgs e)
 {
     BLoad.load();
 }