private void btnHoadon_Click(object sender, EventArgs e) { if (ChildformCTKCB_DAO.Khoa.KiemtraDvHD(lbHoadon.Text.ToString()) == 0) { MessageBox.Show("Hóa đơn hiện tại không có dịch vụ nào!"); } else if (lbHoadon.Text == "") { MessageBox.Show("Hiện tại không có hóa đơn nào!"); } else { Form f = new ChildformHD(lbHoadon.Text, txtMa.Text, txtGhichu.Text); f.ShowDialog(); DsDv(); dem = 1 + ChildformCTKCB_DAO.Khoa.SoHDtt(lbMaso.Text.ToString()); lbHoadon.Text = ChildformCTKCB_DAO.Khoa.HDctt(lbMaso.Text.ToString()); } }
private void btnChitiet_Click(object sender, EventArgs e) { Form f = new ChildformHD(txtHD.Text.ToString(), txtMaBn.Text.ToString(), ghichu); f.ShowDialog(); }