Beispiel #1
0
        private void btnLamMoiSP_Click(object sender, EventArgs e)
        {
            dgvLoaiSP.ClearSelection();
            string maloaitieptheo = loaiSPBUS.MaLoaiSPTiepTheo();

            LoaiSPChon        = null;
            txtMaLoaiSP.Text  = maloaitieptheo;
            txtTenLoaiSP.Text = null;
            chkTT.Checked     = true;
        }