Java

Páginas: 2 (344 palabras) Publicado: 5 de junio de 2011
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;namespace Examen
{
public partial class ExamenPersonal : plantilla
{
public ExamenPersonal()
{
InitializeComponent();
}

public voidbtSiguiente_Click(object sender, EventArgs e)
{

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
usingSystem.Linq;
using System.Text;
using System.Windows.Forms;

namespace Examen
{
public partial class Agregar : plantilla
{
public Agregar()
{InitializeComponent();
}

private void btAgregar_Click(object sender, EventArgs e)
{

for (i = 0; i < n; i++)
{

for (j = 0; j < 4;j++)
{
if(j==0)
preguntas[j] = txtPreguntas.Text;
if (j == 1)
preguntas[j] = txtR1.Text;if (j == 2)
preguntas[j] = txtR2.Text;
if (j == 3)
preguntas[j] = txtR3.Text;
}}
limpiar();

}
public void limpiar()
{
txtPreguntas.Text = "";
txtR1.Text = "";
txtR2.Text = "";txtR3.Text = "";
}
private void txtR3_TextChanged(object sender, EventArgs e)
{

}

private void Agregar_Load(object sender, EventArgs e)
{}
}
}
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Java
  • Java
  • java
  • JAVA
  • java
  • java
  • javiera
  • Java

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS