Ejemplo n.º 1
0
        private void btnRegister_Click(object sender, EventArgs e)
        {
            this.Close();
            FrmRegistration register = new FrmRegistration();

            register.ShowDialog();
        }
Ejemplo n.º 2
0
        private void btnOkay_Click(object sender, EventArgs e)
        {
            SetFileName = txtFileName.Text + ".txt";
            this.Close();



            FrmRegistration registration = new FrmRegistration();

            registration.Show();
        }