Exemplo n.º 1
0
        private void DeleteItem_Click(object sender, EventArgs e)
        {
            DeleteConfirm DeleteConfirm = new DeleteConfirm();

            DeleteConfirm.label_ID.Text = this.dataGridView1.CurrentRow.Cells[0].Value.ToString();
            DeleteConfirm.Show();
        }
Exemplo n.º 2
0
        private void DeleteItem_Click(object sender, EventArgs e)
        {
            DeleteConfirm DeleteConfirm = new DeleteConfirm();

            DeleteConfirm.Show();
        }