Exemple #1
0
        private void estimacionVSRealidadToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormRealidadVSEstimacion s = new FormRealidadVSEstimacion();

            s.ShowDialog();
        }
Exemple #2
0
 private void estimacionVSRealidadToolStripMenuItem_Click(object sender, EventArgs e)
 {
     FormRealidadVSEstimacion s = new FormRealidadVSEstimacion();
     s.ShowDialog();
 }