예제 #1
0
        private void b3_Click(object sender, EventArgs e)
        {
            Pinf p1 = new Pinf();

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

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