Example #1
0
        private void VendaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmConsultaVenda consVenda = new frmConsultaVenda();

            consVenda.Show();

            this.Visible = false;
        }
Example #2
0
        private void Button2_Click(object sender, EventArgs e)
        {
            frmConsultaVenda consVenda = new frmConsultaVenda();

            consVenda.Show();

            this.Visible = false;
        }