Beispiel #1
0
 private void btnXuatHD_Click(object sender, EventArgs e)
 {
     obj.MaHoaDon = txtMaHDX.Text;
     Bus.UpdateDataTT(obj);
     MessageBox.Show("Xuất hóa đơn thành công!", "Thông Báo", MessageBoxButtons.OK, MessageBoxIcon.Information);
     this.Hide();
     //frmInHoaDonXuat InHD = new frmInHoaDonXuat(txtMaHDX.Text);
     //InHD.ShowDialog();
 }