Exemplo n.º 1
0
        private void button3_Click(object sender, EventArgs e)
        {
            P_Lotes frm  = new P_Lotes();
            Inicio  frm2 = new Inicio();

            frm.Show();
            frm2.Hide();
        }
Exemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            P_Lotes     frm  = new P_Lotes();
            Inicio      frm2 = new Inicio();
            Round_Robin frm3 = new Round_Robin();

            frm3.Show();
            frm2.Hide();
        }