Ejemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            PNU f = new PNU();

            this.Hide();
            f.Show();
        }
Ejemplo n.º 2
0
        private void MultiTextSearch_FormClosing(object sender, FormClosingEventArgs e)
        {
            PNU p = new PNU();

            p.Activate();
            p.Show();
            this.Dispose();
        }