ahora solo dalta codigo en el form de orden de compra
This commit is contained in:
@@ -34,5 +34,20 @@ namespace Vista
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void dgvPresupuesto_CellClick(object sender, DataGridViewCellEventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void btnCerrar_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void btnAceptar_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user