Example #1
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            frmPlantacaoSementes frmPlantacao = new frmPlantacaoSementes();

            frmPlantacao.FormClosed += (s, arg) => this.Show();
            frmPlantacao.Show();
            this.Hide();
        }
Example #2
0
 public Form2(frmPlantacaoSementes frm) : this()
 {
     frm1 = frm;
 }