Exemple #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            this.Hide();
            about ab = new about();

            ab.ShowDialog();
        }
Exemple #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            about ab = new about();

            this.Hide(); ab.Show();
        }