예제 #1
0
 private void btnModiTiposF_Click(object sender, EventArgs e)
 {
     mantenimientos.tipos_facturas t = new mantenimientos.tipos_facturas();
     t.Modificar          = true;
     t.lblEncanezado.Text = "Modifica o elimina un tipo de factura";
     t.ShowDialog();
 }
예제 #2
0
 private void btnAgregaTiposF_Click(object sender, EventArgs e)
 {
     mantenimientos.tipos_facturas tp = new mantenimientos.tipos_facturas();
     tp.ShowDialog();
 }