Exemple #1
0
        private void pictureBox5_Click(object sender, EventArgs e)
        {
            this.Hide();
            Societies s1 = new Societies();

            s1.ShowDialog();
        }
Exemple #2
0
        private void button3_Click(object sender, EventArgs e)
        {
            this.Hide();
            Societies s1 = new Societies();

            s1.ShowDialog();
        }
        private void pictureBox5_Click(object sender, EventArgs e)
        {
            var newForm = new Societies();

            newForm.Show();
        }
        private void button3_Click(object sender, EventArgs e)
        {
            var newForm = new Societies();

            newForm.Show();
        }