示例#1
0
文件: Form1.cs 项目: unrar/solvator
 private void button3_Click(object sender, EventArgs e)
 {
     InputForm vectorForm = new InputForm("Punto final", "Punto inicial", 3);
     vectorForm.Show();
 }
示例#2
0
文件: Form1.cs 项目: unrar/solvator
 private void button2_Click(object sender, EventArgs e)
 {
     InputForm inicialForm = new InputForm("Punto final", "Componentes Vector", 2);
     inicialForm.Show();
 }