예제 #1
0
        private void estimacionCalibreCategoriaRecepcionToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormEstimacion s = new FormEstimacion();

            s.ShowDialog();
        }
예제 #2
0
 private void estimacionCalibreCategoriaRecepcionToolStripMenuItem_Click(object sender, EventArgs e)
 {
     FormEstimacion s = new FormEstimacion();
     s.ShowDialog();
 }
예제 #3
0
        private void button1_Click(object sender, EventArgs e)
        {
            FormEstimacion f = new FormEstimacion();

            f.ShowDialog();
        }
예제 #4
0
 private void button1_Click(object sender, EventArgs e)
 {
     FormEstimacion f = new FormEstimacion();
     f.ShowDialog();
 }