Exemplo n.º 1
0
        private void btnAdelante_Click(object sender, EventArgs e)
        {
            frmSabias1 s = new frmSabias1();

            s.Visible    = true;
            this.Visible = false;
        }
Exemplo n.º 2
0
        private void InvocarCheck()
        {
            frmSabias1 s = new frmSabias1();

            if (this.Visible == true)
            {
                if (chkMostrarAyuda.Checked)
                {
                    s.Visible = true;
                }
            }
        }