- 2026-09-15 V1.4.5 Corrección ocultación de botón previsualizar
This commit is contained in:
@@ -271,7 +271,7 @@ Public Class ContenedorAplicacion
|
||||
Private Sub BtCapturar_ItemClick(sender As Object, e As ItemClickEventArgs)
|
||||
Dim sficherojpg = tsUtilidades.Utilidades.ObtieneFicheroAleatorio("jpg")
|
||||
IO.File.WriteAllBytes(sficherojpg, Me._Aplicacion.ObtieneImagen(1, 100))
|
||||
Process.Start(sficherojpg)
|
||||
tsUtilidades.Sistema.EjecutaFichero(sficherojpg)
|
||||
End Sub
|
||||
|
||||
Private Sub BtExportar_ItemClick(sender As Object, e As ItemClickEventArgs)
|
||||
@@ -369,7 +369,7 @@ Public Class ContenedorAplicacion
|
||||
Next
|
||||
End If
|
||||
wb.SaveDocument(sfd.FileName, formato)
|
||||
Process.Start(sfd.FileName)
|
||||
tsUtilidades.Sistema.EjecutaFichero(sfd.FileName)
|
||||
End If
|
||||
Catch ex As Exception
|
||||
DXMessageBox.Show(ex.Message, "Error")
|
||||
|
||||
Reference in New Issue
Block a user