Ejemplo n.º 1
0
 private void button3_Click(object sender, EventArgs e)
 {
     //Mantenimiento eliminarP = new SavePres();
     //eliminarP.AsignaractP(txtFecha.Text, float.Parse(txtMonto.Text), txtCed2.Text, int.Parse(txtCu.Text),int.Parse(txtid.Text));
     //eliminarP.EliminarPres();
     Base_Datos.BorrarPre(int.Parse(txtid.Text));
 }
Ejemplo n.º 2
0
 public Prestamos()
 {
     InitializeComponent();
     Base_Datos.VerCliPres(Data_Pres);
     //datos();
 }
Ejemplo n.º 3
0
 private void button1_Click(object sender, EventArgs e)
 {
     Base_Datos.VerCli(DataG, txtNom.Text, txtCedu.Text, txtCor.Text);
 }
Ejemplo n.º 4
0
 private void button4_Click(object sender, EventArgs e)
 {
     Base_Datos.VerCliPres(Datag);
 }