示例#1
0
文件: Main.cs 项目: gmahomarf/SAT
 private void pruebaToolStripMenuItem_Click(object sender, EventArgs e)
 {
     LlamadaPrueba frmPrueba = new LlamadaPrueba(0);
     frmPrueba.ShowDialog();
 }
示例#2
0
文件: Config.cs 项目: gmahomarf/SAT
 private void btnPrueba_Click(object sender, EventArgs e)
 {
     LlamadaPrueba frmPrueba = new LlamadaPrueba(cbSalida.SelectedIndex);
     frmPrueba.ShowDialog();
 }