示例#1
0
        private void button1_Click(object sender, EventArgs e)
        {
            this.Hide();

            // Show another form.
            Form25 f2 = new Form25();

            f2.ShowDialog(this);
            this.Close();
        }
示例#2
0
        private void button3_Click(object sender, EventArgs e)
        {
            this.Hide();

            // Show another form.
            Form25 f2 = new Form25();

            f2.ShowDialog(this);
            linkLabel1.LinkVisited = true;
            this.Close();
        }