Ejemplo n.º 1
0
        private void b3_Click(object sender, EventArgs e)
        {
            Pinf p1 = new Pinf();

            p1.Tag = this;
            p1.Show(this);
            Hide();
        }
Ejemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            Pinf p = new Pinf();

            p.Tag = this;
            p.Show(this);
            Hide();
        }