- VERSION 5.08.22

- Cambios para que desde clienets y mapa aparezcan losbotones de inicio y fin venta
This commit is contained in:
2025-08-22 20:21:24 -06:00
parent 08289ecef0
commit 79897e5efd
25 changed files with 2789 additions and 1287 deletions

View File

@@ -108,7 +108,11 @@ End Sub
'End Sub
Public Sub TakePicture
cam.TakePicture
Try
cam.TakePicture
Catch
Log(LastException)
End Try
End Sub
Private Sub Camera_PictureTaken (Data() As Byte)