Ejemplo n.º 1
0
 private void registroDeCoberturasInseminaçãoIndividualToolStripMenuItem_Click(object sender, EventArgs e)
 {
     using (frmRegistroCobertura1 r1 = new frmRegistroCobertura1())
     {
         r1.ShowDialog();
     }
 }
Ejemplo n.º 2
0
 private void implanteToolStripMenuItem_Click(object sender, EventArgs e)
 {
     using (frmRegistroCobertura1 frmrc1 = new frmRegistroCobertura1())
     {
         frmrc1.ShowDialog();
     }
 }
Ejemplo n.º 3
0
 private void toolStripButton5_Click(object sender, EventArgs e)
 {
     using (frmRegistroCobertura1 r1 = new frmRegistroCobertura1())
     {
         r1.ShowDialog();
     }
 }