Example #1
0
 private void toolStripButton2_Click(object sender, EventArgs e)
 {
     frmSocio f = new frmSocio();
     f.Text = "Socios";
     f.MdiParent = this;
     f.Show();
 }
Example #2
0
 private void socioToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmSocio f = new frmSocio();
     f.Text = "Socios";
     f.MdiParent = this;
     f.Show();
 }