private void btnPrint_Click(object sender, EventArgs e) { frmPrintZone obj = new frmPrintZone(); obj.Voucherid = txtPVNno.Text; obj.Show(); }