Exemplo n.º 1
0
 private void button3_Click(object sender, EventArgs e)
 {
     InputForm vectorForm = new InputForm("Punto final", "Punto inicial", 3);
     vectorForm.Show();
 }
Exemplo n.º 2
0
 private void button2_Click(object sender, EventArgs e)
 {
     InputForm inicialForm = new InputForm("Punto final", "Componentes Vector", 2);
     inicialForm.Show();
 }