コード例 #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            int id = Convert.ToInt32(dataGridView1.CurrentRow.Cells[0].Value);

            productDal.Deleted(id);
            GettAll();
        }