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