You need to sign in before continuing.
Commit c0e0e5f48abdd8fc65086c019530ce8bc05f6868
1 parent
ebeffba8
CAMBIO FINAL
Showing
1 changed file
with
2 additions
and
5 deletions
imprimeFacturas/Form1.cs
| ... | ... | @@ -27,10 +27,8 @@ namespace imprime |
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | private void Form1_Load(object sender, EventArgs e) |
| 30 | - { | |
| 30 | + { | |
| 31 | 31 | |
| 32 | - //Properties. | |
| 33 | - //LoadEstados(); | |
| 34 | 32 | if (!string.IsNullOrWhiteSpace(imprimeFacturas.Properties.Configuraciones.Default.url)) |
| 35 | 33 | url.Text = imprimeFacturas.Properties.Configuraciones.Default.url; |
| 36 | 34 | |
| ... | ... | @@ -163,8 +161,7 @@ namespace imprime |
| 163 | 161 | } |
| 164 | 162 | } |
| 165 | 163 | catch (Exception fallo) |
| 166 | - { | |
| 167 | - //hacerLog.escribirLog("fallido", "imprimirPdf", archivo, "error:", fallo.Message, ""); | |
| 164 | + { | |
| 168 | 165 | MessageBox.Show("No se ha podid imprimir el archivo: " + fileName + " con error:" + fallo.Message); |
| 169 | 166 | } |
| 170 | 167 | } | ... | ... |