Example #1
0
 private void dgvChitiet_CellDoubleClick(object sender, DataGridViewCellEventArgs e)
 {
     if (e.RowIndex == dgvTheLoai.Rows.Count - 1)
     {
         frmChitietTheloai f1 = new frmChitietTheloai();
         Handling.FormHandling.PreventFormMultipleTimes("Thể Loại", f1, "Thể loại");
     }
 }
Example #2
0
        public void BtnTheloai_Click(object sender, EventArgs e)
        {
            frmChitietTheloai frmBC = new frmChitietTheloai();

            switchMenu(frmBC.gbxChitiet);
        }
Example #3
0
        private void lblIntoTheLoai_Click(object sender, EventArgs e)
        {
            frmChitietTheloai f1 = new frmChitietTheloai();

            Handling.FormHandling.PreventFormMultipleTimes(f1, "Thể loại");
        }