Example #1
0
        private void btnXoa_Click(object sender, EventArgs e)
        {
            string masp = txt_msp.Text;

            if (dao.DeleleSP(masp))
            {
                MessageBox.Show("Đã Xóa");
                setNull();
                getListSP();
            }
            else
            {
                MessageBox.Show("Xảy ra lỗi mời thử lại");
            }
        }