Пример #1
0
        private void simpleButton1_Click(object sender, EventArgs e)
        {
            bool ConQuanLy;

            if (checkBox1.Checked)
            {
                ConQuanLy = true;
            }
            else
            {
                ConQuanLy = false;
            }
            KhuVucBUS.Sua(txtMaKhuVuc.Text, txtTen.Text, txtGhiChu.Text, ConQuanLy);
            this.Close();
        }