private void VendaToolStripMenuItem_Click(object sender, EventArgs e) { frmConsultaVenda consVenda = new frmConsultaVenda(); consVenda.Show(); this.Visible = false; }
private void Button2_Click(object sender, EventArgs e) { frmConsultaVenda consVenda = new frmConsultaVenda(); consVenda.Show(); this.Visible = false; }