コード例 #1
0
 private void vacunasToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Registros.VacunasForm vacuna = new Registros.VacunasForm();
     vacuna.MdiParent = this;
     vacuna.Show();
 }
コード例 #2
0
 private void VacunastoolStripButton_Click(object sender, EventArgs e)
 {
     Registros.VacunasForm vacuna = new Registros.VacunasForm();
     vacuna.MdiParent = this;
     vacuna.Show();
 }