Ejemplo n.º 1
0
        private void Button4_Click(object sender, EventArgs e)
        {
            ActiveForm.Hide();
            MoreInformation reg = new MoreInformation();

            reg.ShowDialog();
            Close();
        }
Ejemplo n.º 2
0
        private void SwitchFormAbout()
        {
            ActiveForm.Hide();
            MoreInformation about = new MoreInformation();

            about.ShowDialog();
            Close();
        }
Ejemplo n.º 3
0
        private void Button3_Click(object sender, EventArgs e)
        {
            ActiveForm.Hide();
            MoreInformation moreinf = new MoreInformation();

            moreinf.ShowDialog();
            Close();
        }
Ejemplo n.º 4
0
        private void Btn_Cancel_Click(object sender, EventArgs e)
        {
            ActiveForm.Hide();
            MoreInformation about = new MoreInformation();

            about.ShowDialog();
            Close();
        }