예제 #1
0
 private void dgvDonViTinh_CellDoubleClick(object sender, DataGridViewCellEventArgs e)
 {
     if (e.RowIndex == dgvDonViTinh.Rows.Count - 1)
     {
         frmChitietDonvitinh f1 = new frmChitietDonvitinh();
         Handling.FormHandling.PreventFormMultipleTimes("Đơn Vị Tính", f1, "Đơn vị tính");
     }
 }
예제 #2
0
        public void BtnDonvitinh_Click(object sender, EventArgs e)
        {
            frmChitietDonvitinh frmBC = new frmChitietDonvitinh();

            switchMenu(frmBC.gbxChitiet);
        }
예제 #3
0
        private void lblIntoDonViTinh_Click(object sender, EventArgs e)
        {
            frmChitietDonvitinh f1 = new frmChitietDonvitinh();

            Handling.FormHandling.PreventFormMultipleTimes(f1, "Đơn vị tính");
        }