private void b3_Click(object sender, EventArgs e) { Pinf p1 = new Pinf(); p1.Tag = this; p1.Show(this); Hide(); }
private void button1_Click(object sender, EventArgs e) { Pinf p = new Pinf(); p.Tag = this; p.Show(this); Hide(); }