v6.02.013

This commit is contained in:
cvaldes1201
2026-03-02 10:21:05 -06:00
parent efc76af182
commit 531ce7d7ee
283 changed files with 9528 additions and 9390 deletions

View File

@@ -7,24 +7,16 @@ Version=9.85
#Region Shared Files
'#CustomBuildAction: folders ready, %WINDIR%\System32\Robocopy.exe,"..\..\Shared Files" "..\Files"
'Ctrl + click to sync files: ide://run?file=%WINDIR%\System32\Robocopy.exe&args=..\..\Shared+Files&args=..\Files&FilesSync=True
'Ctrl + click to export as zip: ide://run?File=%B4X%\Zipper.jar&Args=Project.zip
'###########################################################################################################
'###################### PULL #############################################################
'Ctrl + click ide://run?file=%WINDIR%\System32\cmd.exe&Args=/c&Args=git&Args=pull
'###########################################################################################################
'###################### PULL FORZADO #############################################################
'Ctrl + click Respaldar y Pull: ide://run?file=%WINDIR%\System32\cmd.exe&Args=/c&Args=start&Args=powershell.exe&Args=-ExecutionPolicy&Args=Bypass&Args=-File&Args=..\..\_sync_project.ps1
'###########################################################################################################
'###################### GENERAR CONTEXTO LLM #####################################################
'Ctrl + click para Unificar: ide://run?file=%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe&Args=-ExecutionPolicy&Args=Bypass&Args=-File&Args=..\_juntaBas.ps1&Args=%PROJECT%
'###################### PUSH #############################################################
'Ctrl + click ide://run?file=%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe&Args=github&Args=..\..\
'###########################################################################################################
'###################### PUSH TORTOISE GIT #########################################################
'Ctrl + click ide://run?file=%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe&Args=TortoiseGitProc&Args=/command:commit&Args=/path:"./../../"&Args=/closeonend:2
'###########################################################################################################
'###################### PUSH TORTOISE GIT CON TAG ##################################################
'Ctrl + clic para Git: ide://run?file=%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe&Args=-ExecutionPolicy&Args=Bypass&Args=-File&Args=..\_git_tag.ps1&Args=%22%PROJECT%%22&Args=%22%PROJECT_NAME%%22
'###########################################################################################################
'#Macro: Title, Code bundle, ide://run?File=%ADDITIONAL%\..\B4X\CodeBundle.jar&Args=%PROJECT_NAME%
#End Region
'Ctrl + click to export as zip: ide://run?File=%B4X%\Zipper.jar&Args=Project.zip
@@ -176,6 +168,9 @@ Private Sub B4XPage_Created (Root1 As B4XView)
Subs.agregaColumna("PLAN_LEALTAD", "DESCARGADO", "TEXT")
Subs.agregaColumna("PEDIDO_CLIENTE", "PC_FACTURA", "INTEGER")
skmt.ExecNonQuery("CREATE TABLE IF NOT EXISTS GPS (HABILITADO)")
skmt.ExecNonQuery("CREATE TABLE IF NOT EXISTS CAT_OBJETIVO_BAT (COB_VOLUMEN TEXT, COB_MARCAE TEXT, COB_PORTAFOLIO TEXT, COB_OBJPP TEXT, COB_GEV TEXT )")
skmt.ExecNonQuery("CREATE TABLE IF NOT EXISTS CAT_GIRO(GIRO TEXT)")
skmt.ExecNonQuery("CREATE TABLE IF NOT EXISTS CLIENTES_NUEVOS(CN_ID TEXT, CN_FECHA TEXT, CN_USER TEXT, CN_LAT TEXT, CN_LON TEXT, CN_NOMBRE TEXT, CN_DIRECCION TEXT, CN_FOTO TEXT, CN_ALMACEN TEXT, CN_RUTA TEXT,CN_GIRO TEXT)")
skmt.ExecNonQuery("CREATE TABLE IF NOT EXISTS CAT_PROMOS_DESCUENTOS (CAT_PD_ALMACEN TEXT, CAT_PD_COD_PROMO TEXT, CAT_PD_RANGO INT, CAT_PD_VIGENCIA TEXT, CAT_PD_DESCUENTO TEXT, CAT_PD_PRODUCTO TEXT, CAT_PD_TIER TEXT)")

View File

@@ -2107,16 +2107,30 @@ Sub gest_Click
c=B4XPages.MainPage.skmt.ExecQuery("select IFNULL(CAT_CL_DIASCREDITO,0) AS CAT_CL_DIASCREDITO from kmt_info3 where CAT_CL_CODIGO In (Select cuenta from cuentaa)")
c.Position = 0
If DiferenciaDias <= c.GetInt("CAT_CL_DIASCREDITO") + 1 Then
If ALMACEN = 81 Or ALMACEN = 94 Then
If DiferenciaDias <= c.GetInt("CAT_CL_DIASCREDITO") + 8 Then
' MsgboxAsync($"Favor de pagar su credito el día de mañana por un monto de $${pagarepen.GetString("SALDO_PENDIENTE")}"$, "Recordatorio")
Msgbox2Async($"Favor de pagar su credito el día de mañana por un monto de $${pagarepen.GetString("SALDO_PENDIENTE")}"$, "Recordatorio", "Ok", "", "", LoadBitmap(File.DirAssets,"alert2.png"), False)
Wait For Msgbox_Result (resultado As Int)
If resultado = DialogResponse.POSITIVE Then
gestionar
Msgbox2Async($"Favor de pagar su credito el día de mañana por un monto de $${pagarepen.GetString("SALDO_PENDIENTE")}"$, "Recordatorio", "Ok", "", "", LoadBitmap(File.DirAssets,"alert2.png"), False)
Wait For Msgbox_Result (resultado As Int)
If resultado = DialogResponse.POSITIVE Then
gestionar
End If
Else If DiferenciaDias > c.GetInt("CAT_CL_DIASCREDITO") + 1 Then
MsgboxAsync($"No se puede realizar venta por que presenta ${(DiferenciaDias-(c.GetInt("CAT_CL_DIASCREDITO") +1))} días de atraso en el credito, por un monto de $${pagarepen.GetString("SALDO_PENDIENTE")}"$, "Atención")
End If
Else
If DiferenciaDias <= c.GetInt("CAT_CL_DIASCREDITO") + 1 Then
' MsgboxAsync($"Favor de pagar su credito el día de mañana por un monto de $${pagarepen.GetString("SALDO_PENDIENTE")}"$, "Recordatorio")
Msgbox2Async($"Favor de pagar su credito el día de mañana por un monto de $${pagarepen.GetString("SALDO_PENDIENTE")}"$, "Recordatorio", "Ok", "", "", LoadBitmap(File.DirAssets,"alert2.png"), False)
Wait For Msgbox_Result (resultado As Int)
If resultado = DialogResponse.POSITIVE Then
gestionar
End If
Else If DiferenciaDias > c.GetInt("CAT_CL_DIASCREDITO") + 1 Then
MsgboxAsync($"No se puede realizar venta por que presenta ${(DiferenciaDias-(c.GetInt("CAT_CL_DIASCREDITO") +1))} días de atraso en el credito, por un monto de $${pagarepen.GetString("SALDO_PENDIENTE")}"$, "Atención")
End If
Else If DiferenciaDias > c.GetInt("CAT_CL_DIASCREDITO") + 1 Then
MsgboxAsync($"No se puede realizar venta por que presenta ${(DiferenciaDias-(c.GetInt("CAT_CL_DIASCREDITO") +1))} días de atraso en el credito, por un monto de $${pagarepen.GetString("SALDO_PENDIENTE")}"$, "Atención")
End If
Else
gestionar
End If

View File

@@ -1331,6 +1331,11 @@ Sub cargar_Click
cmd.Name = "traecodigosGUNA"
cmd.Parameters = Array As Object(e_ruta.text, ALMACEN)
B4XPages.MainPage.reqManager.ExecuteQuery(cmd , 0, "traecodigos")
cmd.Initialize
cmd.Name = "select_objetivosbat_GUNA_VN"
cmd.Parameters = Array As Object(ALMACEN, e_ruta.text)
B4XPages.MainPage.reqManager.ExecuteQuery(cmd , 0, "objetivos")
cmd.Initialize
@@ -1611,7 +1616,7 @@ Sub JobDone(Job As HttpJob)
If n = "OKActivo" Then
Dim cmd As DBCommand
cmd.Initialize
cmd.Name = "select_ruta_GV2_70_10"
cmd.Name = "select_ruta_GV2_70_13"
cmd.Parameters = Array As Object(ALMACEN,e_ruta.text, usuario)
B4XPages.MainPage.reqManager.ExecuteQuery(cmd , 0, "ruta")
'Log("Usuario guardado en BD es 'Valido'")
@@ -2694,6 +2699,18 @@ Sub JobDone(Job As HttpJob)
Next
End If
If RESULT.Tag = "objetivos" Then 'query tag
B4XPages.MainPage.skmt.ExecNonQuery("DELETE FROM CAT_OBJETIVO_BAT")
For Each records() As Object In RESULT.Rows
Dim COB_VOLUMEN As String = records(RESULT.Columns.Get("COB_VOLUMEN"))
Dim COB_MARCAE As String = records(RESULT.Columns.Get("COB_MARCAE"))
Dim COB_PORTAFOLIO As String = records(RESULT.Columns.Get("COB_PORTAFOLIO"))
Dim COB_OBJPP As String = records(RESULT.Columns.Get("COB_OBJPP"))
Dim COB_GEV As String = records(RESULT.Columns.Get("COB_GEV"))
B4XPages.MainPage.skmt.ExecNonQuery2("INSERT INTO CAT_OBJETIVO_BAT(COB_VOLUMEN, COB_MARCAE, COB_PORTAFOLIO, COB_OBJPP, COB_GEV) VALUES (?,?,?,?,?)", Array As Object (COB_VOLUMEN, COB_MARCAE, COB_PORTAFOLIO, COB_OBJPP, COB_GEV))
Next
End If
End If
End If
If B4XPages.MainPage.reqManager.reqsList.IsInitialized Then
@@ -3205,6 +3222,7 @@ End Sub
Sub resdia_Click
' p_principal.Visible = False
Btn_Ubicar.Visible=False
SCROLL_RESDIA.Panel.RemoveAllViews
SCROLL_RESDIA.Visible = True
SCROLL_RESDIA.Panel.LoadLayout("RESDIA")
SCROLL_RESDIA.Panel.Height = Panel4.Height
@@ -3634,6 +3652,22 @@ Sub resdia_Click
Label51.Text = 0
End If
Private s6 As Cursor = B4XPages.MainPage.skmt.ExecQuery("select IFNULL(COB_VOLUMEN,0) AS COB_VOLUMEN, IFNULL(COB_MARCAE,0) AS COB_MARCAE, IFNULL(COB_PORTAFOLIO,0) AS COB_PORTAFOLIO, IFNULL(COB_OBJPP,0) AS COB_OBJPP, IFNULL(COB_GEV,0) as COB_GEV FROM CAT_OBJETIVO_BAT")
If s6.RowCount > 0 Then
s6.Position = 0
L_NES.Text = NumberFormat2(s6.GetString("COB_VOLUMEN"),0,0,0,False)
L_EFEC_PURA.Text = NumberFormat2(s6.GetString("COB_MARCAE"),0,0,0,False)
L_VISITCC.Text = NumberFormat2(s6.GetString("COB_PORTAFOLIO"),0,0,0,False)
l_ru_sup.Text = NumberFormat2(s6.GetString("COB_OBJPP"),0,0,0,False)
l_futura.Text = NumberFormat2(s6.GetString("COB_GEV"),0,0,0,False)
Else
L_NES.Text = 0
L_EFEC_PURA.Text = 0
L_VISITCC.Text = 0
l_ru_sup.Text = 0
l_futura.Text = 0
End If
End Sub
Sub hacer_ped_Click

Binary file not shown.

Binary file not shown.

BIN
B4A/Files/fondo-rojo.rar Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,18 +1,19 @@
Build1=Default,gunav2.keymon.com.mx
File1=alert2.png
File10=clientes.bal
File100=seleccion.bal
File101=senial.jpg
File102=sync.png
File103=tache_rojo.png
File104=telefonos.bal
File105=Ticket dia.jpg
File106=ticketdia20.png
File107=ticketsdia.bal
File108=Tiendita.jpg
File109=usuario.png
File100=salma.png
File101=seleccion.bal
File102=senial.jpg
File103=sync.png
File104=tache_rojo.png
File105=telefonos.bal
File106=Ticket dia.jpg
File107=ticketdia20.png
File108=ticketsdia.bal
File109=Tiendita.jpg
File11=comis.bal
File110=verde.png
File110=usuario.png
File111=verde.png
File12=contrasena.png
File13=datoscliente.bal
File14=detalle_promo.bal
@@ -88,27 +89,27 @@ File77=Nvo Cliente.jpg
File78=p&g.png
File79=palomita_verde.png
File8=celltitle.bal
File80=pedido.bal
File81=planfia_logo.png
File82=planfia_logo_old.png
File83=planfia_logo_old2.png
File84=principal.bal
File85=proditem.bal
File86=proditem1.bal
File87=proditem2.bal
File88=productos.bal
File89=productos_.bal
File80=Panel_Nuevocliente.bal
File81=pedido.bal
File82=planfia_logo.png
File83=planfia_logo_old.png
File84=planfia_logo_old2.png
File85=principal.bal
File86=proditem.bal
File87=proditem1.bal
File88=proditem2.bal
File89=productos.bal
File9=cliente.bal
File90=promociones.bal
File91=qr.bal
File92=qr_gallina.jpg
File93=QRPlanLealtad.png
File94=resdia.bal
File95=ResDia.jpg
File96=resdia20.png
File97=rojo.png
File98=salma.jpg
File99=salma.png
File90=productos_.bal
File91=promociones.bal
File92=qr.bal
File93=qr_gallina.jpg
File94=QRPlanLealtad.png
File95=resdia.bal
File96=ResDia.jpg
File97=resdia20.png
File98=rojo.png
File99=salma.jpg
FileGroup1=Default Group
FileGroup10=Default Group
FileGroup100=Default Group
@@ -123,6 +124,7 @@ FileGroup108=Default Group
FileGroup109=Default Group
FileGroup11=Default Group
FileGroup110=Default Group
FileGroup111=Default Group
FileGroup12=Default Group
FileGroup13=Default Group
FileGroup14=Default Group
@@ -286,7 +288,7 @@ Module6=C_Clientes
Module7=C_Cuestionario
Module8=C_Historico
Module9=C_Historico2
NumberOfFiles=110
NumberOfFiles=111
NumberOfLibraries=36
NumberOfModules=29
Version=12.8
@@ -294,7 +296,7 @@ Version=12.8
#Region Project Attributes
#ApplicationLabel: Guna Preventa
#VersionCode: 1
#VersionName: 6.02.24
#VersionName: 6.02.13
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: portrait
#CanInstallToExternalStorage: False

View File

@@ -23,7 +23,7 @@ ModuleBookmarks28=
ModuleBookmarks29=
ModuleBookmarks3=
ModuleBookmarks4=
ModuleBookmarks5=
ModuleBookmarks5=7767
ModuleBookmarks6=
ModuleBookmarks7=
ModuleBookmarks8=
@@ -88,6 +88,6 @@ ModuleClosedNodes6=
ModuleClosedNodes7=6,8,9,10,11
ModuleClosedNodes8=
ModuleClosedNodes9=
NavigationStack=C_Cliente,B_IMP_Click,3187,0,C_Principal,Class_Globals,0,0,Diseñador Visual,principal.bal,-100,3,Diseñador Visual,cliente.bal,-100,1,C_Principal,checaPedido,3865,0,C_Principal,connecta_LongClick,2743,0,C_Cliente,p_telefono_Click,7995,0,C_Cliente,Mandap,3510,0,C_Cliente,Impresion4,3215,6,C_Cliente,Impresion5,3665,0
NavigationStack=Diseñador Visual,principal.bal,-100,2,C_Cliente,Class_Globals,463,0,C_Principal,e_ruta_EnterPressed,2929,0,B4XMainPage,B4XPage_Created,165,0,C_Principal,cargar_Click,1330,1,C_NuevoCliente,B4XPage_Appear,248,0,Diseñador Visual,resdia.bal,-100,6,C_Principal,resdia_Click,3218,6,C_Principal,connecta_Click,2833,0,C_Principal,JobDone,1598,0
SelectedBuild=0
VisibleModules=27,2,16,28,5,13,17,19,4,1
VisibleModules=27,2,16,28,5,13,17,19,4,1,14

View File

@@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
package="gunav2.keymon.com.mx"
android:versionCode="1"
android:versionName="6.02.10"
android:versionName="6.02.13"
android:installLocation="internalOnly">
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="30"/>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,6 +1,6 @@
--release
--output
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects
--lib
C:\Android\platforms\android-30\android.jar
--min-api
@@ -109,372 +109,372 @@ c:\android\tools\..\extras\b4a_remote\androidx\lifecycle\lifecycle-common\2.2.0\
c:\android\tools\..\extras\b4a_remote\androidx\arch\core\core-common\2.1.0\core-common-2.1.0.zip
C:\Android\tools\..\extras\b4a_local\unpacked-javax.inject-javax.inject-63837499358000\dex_v1\javax.inject-javax.inject.zip
c:\android\tools\..\extras\b4a_remote\com\google\firebase\firebase-encoders\16.0.0\firebase-encoders-16.0.0.zip
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\coordinatorlayout\R$anim.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\coordinatorlayout\R$attr.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\coordinatorlayout\R$color.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\coordinatorlayout\R$dimen.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\coordinatorlayout\R$drawable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\coordinatorlayout\R$id.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\coordinatorlayout\R$integer.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\coordinatorlayout\R$layout.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\coordinatorlayout\R$string.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\coordinatorlayout\R$style.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\coordinatorlayout\R$styleable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\coordinatorlayout\R$xml.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\coordinatorlayout\R.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\core\R$anim.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\core\R$attr.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\core\R$color.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\core\R$dimen.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\core\R$drawable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\core\R$id.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\core\R$integer.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\core\R$layout.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\core\R$string.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\core\R$style.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\core\R$styleable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\core\R$xml.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\core\R.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\drawerlayout\R$anim.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\drawerlayout\R$attr.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\drawerlayout\R$color.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\drawerlayout\R$dimen.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\drawerlayout\R$drawable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\drawerlayout\R$id.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\drawerlayout\R$integer.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\drawerlayout\R$layout.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\drawerlayout\R$string.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\drawerlayout\R$style.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\drawerlayout\R$styleable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\drawerlayout\R$xml.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\drawerlayout\R.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\fragment\R$anim.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\fragment\R$attr.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\fragment\R$color.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\fragment\R$dimen.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\fragment\R$drawable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\fragment\R$id.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\fragment\R$integer.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\fragment\R$layout.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\fragment\R$string.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\fragment\R$style.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\fragment\R$styleable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\fragment\R$xml.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\fragment\R.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\media\R$anim.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\media\R$attr.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\media\R$color.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\media\R$dimen.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\media\R$drawable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\media\R$id.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\media\R$integer.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\media\R$layout.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\media\R$string.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\media\R$style.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\media\R$styleable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\media\R$xml.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\media\R.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\swiperefreshlayout\R$anim.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\swiperefreshlayout\R$attr.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\swiperefreshlayout\R$color.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\swiperefreshlayout\R$dimen.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\swiperefreshlayout\R$drawable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\swiperefreshlayout\R$id.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\swiperefreshlayout\R$integer.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\swiperefreshlayout\R$layout.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\swiperefreshlayout\R$string.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\swiperefreshlayout\R$style.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\swiperefreshlayout\R$styleable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\swiperefreshlayout\R$xml.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\androidx\swiperefreshlayout\R.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\base\R$anim.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\base\R$attr.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\base\R$color.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\base\R$dimen.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\base\R$drawable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\base\R$id.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\base\R$integer.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\base\R$layout.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\base\R$string.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\base\R$style.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\base\R$styleable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\base\R$xml.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\base\R.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\common\R$anim.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\common\R$attr.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\common\R$color.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\common\R$dimen.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\common\R$drawable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\common\R$id.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\common\R$integer.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\common\R$layout.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\common\R$string.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\common\R$style.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\common\R$styleable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\common\R$xml.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\common\R.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\maps\R$anim.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\maps\R$attr.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\maps\R$color.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\maps\R$dimen.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\maps\R$drawable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\maps\R$id.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\maps\R$integer.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\maps\R$layout.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\maps\R$string.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\maps\R$style.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\maps\R$styleable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\maps\R$xml.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\android\gms\maps\R.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\firebase\messaging\R$anim.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\firebase\messaging\R$attr.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\firebase\messaging\R$color.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\firebase\messaging\R$dimen.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\firebase\messaging\R$drawable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\firebase\messaging\R$id.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\firebase\messaging\R$integer.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\firebase\messaging\R$layout.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\firebase\messaging\R$string.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\firebase\messaging\R$style.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\firebase\messaging\R$styleable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\firebase\messaging\R$xml.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\com\google\firebase\messaging\R.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\animatedcounter.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\anotherprogressbar$ResumableSub_BusyLoop.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\anotherprogressbar.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\appupdater$1.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\appupdater$2.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\appupdater$appupdater_BR.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\appupdater$ResumableSub_download_newApk.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\appupdater$ResumableSub_Service_Start.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\appupdater$_mnewversion.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\appupdater.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xbitset.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xbreadcrumb.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xbytesbuilder.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xcache$_b4xcacheitem.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xcache.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xcollections.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xcolortemplate$ResumableSub_Show.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xcolortemplate$_colorpickerpart.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xcolortemplate.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xcombobox$ResumableSub_RaiseEvent.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xcombobox.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xcomparatorsort.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xdatetemplate$ResumableSub_Show.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xdatetemplate.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xdialog$ResumableSub_Show.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xdialog$ResumableSub_ShowCustom.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xdialog$ResumableSub_ShowTemplate.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xdialog.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xfloattextfield$ResumableSub_SwitchFromPasswordToRegular.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xfloattextfield.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xformatter$_b4xformatdata.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xformatter.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4ximageview.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xinputtemplate$ResumableSub_Show.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xinputtemplate.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xlisttemplate$ResumableSub_Show.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xlisttemplate.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xloadingindicator$ResumableSub_MainLoop.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xloadingindicator.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xlongtexttemplate.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xmainpage$ResumableSub_B4XPage_Appear.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xmainpage$ResumableSub_B4XPage_CloseRequest.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xmainpage$ResumableSub_b_envioBD_Click.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xmainpage$ResumableSub_copiaDB.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xmainpage$ResumableSub_revisaActualizacion.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xmainpage.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xorderedmap.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xpages.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xpagesdelegator.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xpagesmanager$PagesMenuListener.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xpagesmanager$ResumableSub_HandleCloseRequest.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xpagesmanager$_b4amenuitem.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xpagesmanager$_b4xpageinfo.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xpagesmanager$_b4xpageparent.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xpagesmanager.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xplusminus$ResumableSub_StartDownLoop.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xplusminus.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xradiobutton$ResumableSub_SetValueImpl.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xradiobutton.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xsearchtemplate$ResumableSub_Show.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xsearchtemplate.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xseekbar.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xset.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xsignaturetemplate.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xswitch$ResumableSub_SetValueImpl.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xswitch.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xtimedtemplate$ResumableSub_Show.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xtimedtemplate.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\batteryutilities.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\cameraexclass$_camerainfoandid.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\cameraexclass$_camerasize.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\cameraexclass.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\cl_appupdate$ResumableSub_DownloadApk.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\cl_appupdate$ResumableSub_IsvalidWV.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\cl_appupdate$ResumableSub_ReadWebVN.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\cl_appupdate$ResumableSub_TryApkUpdate.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\cl_appupdate$ResumableSub_UpdateApk.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\cl_appupdate.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\cpdf$_tpdfcontext.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\cpdf$_tpdffontinfo.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\cpdf$_tpdfimageinfo.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\cpdf$_tpdfmultilinetextsize.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\cpdf$_tpdfpage.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\cpdf$_tpdftextsize.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\cpdf.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_bitacora.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_B4XPage_Appear.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_B4XPage_CloseRequest.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_b_envioPDF_Click.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_B_IMP_Click.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_b_preventa2_Click.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_Cuestionario.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_EnviarPDFWhatsAppNumero.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_EnviarPDFWhatsAppNumero2.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_enviaTicket.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_gest_Click.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_Impresion.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_Impresion2.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_Impresion3.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_Impresion4.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_Impresion5.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_InitializeCamera2.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_mandaWAMsgCredito.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_MejorarPrecisionGPS.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_sc_result.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_clientes$ResumableSub_B4XPage_CloseRequest.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_clientes.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cuestionario.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_historico$ResumableSub_B4XPage_CloseRequest.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_historico.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_historico2$ResumableSub_B4XPage_CloseRequest.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_historico2.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_historicobat.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_mapas.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_nota$ResumableSub_B4XPage_CloseRequest.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_nota.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_noventa.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_nuevocliente$ResumableSub_B4XPage_Created.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_nuevocliente.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_pedidos$ResumableSub_B4XPage_CloseRequest.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_pedidos.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_principal$ResumableSub_B4XPage_CloseRequest.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_principal$ResumableSub_connecta_Click.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_principal$_titledata.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_principal.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_productos$ResumableSub_B4XPage_Appear.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_productos$ResumableSub_B4XPage_CloseRequest.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_productos$ResumableSub_Busca_TextChanged.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_productos$ResumableSub_lv_catalogos2_ItemClick.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_productos.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_promos.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_ticketsdia.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_updateavailable$ResumableSub_B4XPage_Appear.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\c_updateavailable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\dbrequestmanager$_dbcommand.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\dbrequestmanager$_dbresult.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\dbrequestmanager.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\escposprinter$_animage.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\escposprinter.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\fileprovider.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\firebasemessaging$1.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\firebasemessaging$2.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\firebasemessaging$firebasemessaging_BR.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\firebasemessaging$ResumableSub_Service_Start.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\firebasemessaging.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\httpjob$_multipartfiledata.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\httpjob.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\httputils2service.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\madewithlove.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\main$1.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\main$B4AMenuItemsClickListener.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\main$HandleKeyDelayed.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\main$ResumeMessage.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\main$WaitForLayout.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\main.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\Manifest$permission.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\Manifest.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\mapa_rutas$1.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\mapa_rutas$B4AMenuItemsClickListener.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\mapa_rutas$HandleKeyDelayed.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\mapa_rutas$ResumableSub_MapFragment1_Ready.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\mapa_rutas$ResumeMessage.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\mapa_rutas$WaitForLayout.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\mapa_rutas.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\newinst2$1.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\newinst2$2.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\newinst2$newinst2_BR.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\newinst2.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\preoptimizedclv$ResumableSub_B4XSeekBar1_TouchStateChanged.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\preoptimizedclv$ResumableSub_ListChangedExternally.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\preoptimizedclv.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\R$anim.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\R$attr.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\R$color.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\R$dimen.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\R$drawable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\R$id.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\R$integer.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\R$layout.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\R$string.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\R$style.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\R$styleable.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\R$xml.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\R.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\roundslider.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\scrollinglabel$ResumableSub_StartScrolling.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\scrollinglabel.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\starter$1.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\starter$2.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\starter$starter_BR.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\starter.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\subs.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\swiftbutton.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\tracker$1.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\tracker$2.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\tracker$ResumableSub_StartFLP.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\tracker$ResumableSub_StartFLP2.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\tracker$ResumableSub_StartFLPSmall.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\tracker$tracker_BR.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\tracker.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\xuiviewsutils.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_celltitle.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_cliente.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_clientes.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_comis.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_datoscliente.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_detalle_promo.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_encuessta_m3.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_encuesta.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_encuesta_m4.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_encuesta_m5.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_encuesta_ped.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_errormanager.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_esncuesta_m2.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_historicobat.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_historicobat2.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_iniciofinventa.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_login.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_mainpage.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_maparutas.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_mapa_rutas.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_nota.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_nota2.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_noventa.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_nuevocliente.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_pclvseekbar.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_pedido.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_principal.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_proditem.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_proditem1.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_proditem2.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_productos.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_productos_.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_promociones.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_resdia.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_searchtemplate.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_seleccion.dex
C:\Desarrollo movil\DESARROLLO_MOVIL\Guna_Preventa BAT\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_ticketsdia.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\coordinatorlayout\R$anim.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\coordinatorlayout\R$attr.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\coordinatorlayout\R$color.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\coordinatorlayout\R$dimen.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\coordinatorlayout\R$drawable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\coordinatorlayout\R$id.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\coordinatorlayout\R$integer.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\coordinatorlayout\R$layout.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\coordinatorlayout\R$string.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\coordinatorlayout\R$style.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\coordinatorlayout\R$styleable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\coordinatorlayout\R$xml.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\coordinatorlayout\R.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\core\R$anim.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\core\R$attr.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\core\R$color.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\core\R$dimen.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\core\R$drawable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\core\R$id.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\core\R$integer.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\core\R$layout.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\core\R$string.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\core\R$style.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\core\R$styleable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\core\R$xml.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\core\R.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\drawerlayout\R$anim.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\drawerlayout\R$attr.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\drawerlayout\R$color.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\drawerlayout\R$dimen.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\drawerlayout\R$drawable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\drawerlayout\R$id.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\drawerlayout\R$integer.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\drawerlayout\R$layout.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\drawerlayout\R$string.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\drawerlayout\R$style.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\drawerlayout\R$styleable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\drawerlayout\R$xml.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\drawerlayout\R.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\fragment\R$anim.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\fragment\R$attr.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\fragment\R$color.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\fragment\R$dimen.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\fragment\R$drawable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\fragment\R$id.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\fragment\R$integer.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\fragment\R$layout.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\fragment\R$string.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\fragment\R$style.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\fragment\R$styleable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\fragment\R$xml.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\fragment\R.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\media\R$anim.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\media\R$attr.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\media\R$color.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\media\R$dimen.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\media\R$drawable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\media\R$id.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\media\R$integer.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\media\R$layout.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\media\R$string.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\media\R$style.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\media\R$styleable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\media\R$xml.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\media\R.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\swiperefreshlayout\R$anim.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\swiperefreshlayout\R$attr.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\swiperefreshlayout\R$color.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\swiperefreshlayout\R$dimen.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\swiperefreshlayout\R$drawable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\swiperefreshlayout\R$id.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\swiperefreshlayout\R$integer.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\swiperefreshlayout\R$layout.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\swiperefreshlayout\R$string.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\swiperefreshlayout\R$style.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\swiperefreshlayout\R$styleable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\swiperefreshlayout\R$xml.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\androidx\swiperefreshlayout\R.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\base\R$anim.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\base\R$attr.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\base\R$color.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\base\R$dimen.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\base\R$drawable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\base\R$id.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\base\R$integer.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\base\R$layout.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\base\R$string.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\base\R$style.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\base\R$styleable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\base\R$xml.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\base\R.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\common\R$anim.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\common\R$attr.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\common\R$color.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\common\R$dimen.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\common\R$drawable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\common\R$id.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\common\R$integer.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\common\R$layout.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\common\R$string.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\common\R$style.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\common\R$styleable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\common\R$xml.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\common\R.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\maps\R$anim.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\maps\R$attr.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\maps\R$color.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\maps\R$dimen.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\maps\R$drawable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\maps\R$id.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\maps\R$integer.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\maps\R$layout.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\maps\R$string.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\maps\R$style.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\maps\R$styleable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\maps\R$xml.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\android\gms\maps\R.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\firebase\messaging\R$anim.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\firebase\messaging\R$attr.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\firebase\messaging\R$color.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\firebase\messaging\R$dimen.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\firebase\messaging\R$drawable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\firebase\messaging\R$id.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\firebase\messaging\R$integer.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\firebase\messaging\R$layout.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\firebase\messaging\R$string.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\firebase\messaging\R$style.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\firebase\messaging\R$styleable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\firebase\messaging\R$xml.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\com\google\firebase\messaging\R.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\animatedcounter.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\anotherprogressbar$ResumableSub_BusyLoop.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\anotherprogressbar.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\appupdater$1.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\appupdater$2.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\appupdater$appupdater_BR.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\appupdater$ResumableSub_download_newApk.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\appupdater$ResumableSub_Service_Start.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\appupdater$_mnewversion.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\appupdater.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xbitset.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xbreadcrumb.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xbytesbuilder.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xcache$_b4xcacheitem.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xcache.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xcollections.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xcolortemplate$ResumableSub_Show.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xcolortemplate$_colorpickerpart.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xcolortemplate.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xcombobox$ResumableSub_RaiseEvent.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xcombobox.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xcomparatorsort.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xdatetemplate$ResumableSub_Show.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xdatetemplate.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xdialog$ResumableSub_Show.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xdialog$ResumableSub_ShowCustom.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xdialog$ResumableSub_ShowTemplate.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xdialog.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xfloattextfield$ResumableSub_SwitchFromPasswordToRegular.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xfloattextfield.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xformatter$_b4xformatdata.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xformatter.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4ximageview.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xinputtemplate$ResumableSub_Show.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xinputtemplate.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xlisttemplate$ResumableSub_Show.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xlisttemplate.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xloadingindicator$ResumableSub_MainLoop.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xloadingindicator.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xlongtexttemplate.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xmainpage$ResumableSub_B4XPage_Appear.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xmainpage$ResumableSub_B4XPage_CloseRequest.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xmainpage$ResumableSub_b_envioBD_Click.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xmainpage$ResumableSub_copiaDB.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xmainpage$ResumableSub_revisaActualizacion.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xmainpage.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xorderedmap.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xpages.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xpagesdelegator.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xpagesmanager$PagesMenuListener.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xpagesmanager$ResumableSub_HandleCloseRequest.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xpagesmanager$_b4amenuitem.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xpagesmanager$_b4xpageinfo.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xpagesmanager$_b4xpageparent.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xpagesmanager.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xplusminus$ResumableSub_StartDownLoop.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xplusminus.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xradiobutton$ResumableSub_SetValueImpl.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xradiobutton.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xsearchtemplate$ResumableSub_Show.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xsearchtemplate.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xseekbar.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xset.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xsignaturetemplate.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xswitch$ResumableSub_SetValueImpl.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xswitch.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xtimedtemplate$ResumableSub_Show.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\b4xtimedtemplate.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\batteryutilities.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\cameraexclass$_camerainfoandid.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\cameraexclass$_camerasize.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\cameraexclass.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\cl_appupdate$ResumableSub_DownloadApk.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\cl_appupdate$ResumableSub_IsvalidWV.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\cl_appupdate$ResumableSub_ReadWebVN.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\cl_appupdate$ResumableSub_TryApkUpdate.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\cl_appupdate$ResumableSub_UpdateApk.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\cl_appupdate.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\cpdf$_tpdfcontext.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\cpdf$_tpdffontinfo.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\cpdf$_tpdfimageinfo.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\cpdf$_tpdfmultilinetextsize.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\cpdf$_tpdfpage.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\cpdf$_tpdftextsize.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\cpdf.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_bitacora.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_B4XPage_Appear.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_B4XPage_CloseRequest.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_b_envioPDF_Click.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_B_IMP_Click.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_b_preventa2_Click.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_Cuestionario.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_EnviarPDFWhatsAppNumero.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_EnviarPDFWhatsAppNumero2.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_enviaTicket.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_gest_Click.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_Impresion.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_Impresion2.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_Impresion3.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_Impresion4.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_Impresion5.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_InitializeCamera2.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_mandaWAMsgCredito.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_MejorarPrecisionGPS.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente$ResumableSub_sc_result.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cliente.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_clientes$ResumableSub_B4XPage_CloseRequest.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_clientes.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_cuestionario.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_historico$ResumableSub_B4XPage_CloseRequest.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_historico.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_historico2$ResumableSub_B4XPage_CloseRequest.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_historico2.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_historicobat.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_mapas.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_nota$ResumableSub_B4XPage_CloseRequest.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_nota.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_noventa.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_nuevocliente$ResumableSub_B4XPage_Created.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_nuevocliente.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_pedidos$ResumableSub_B4XPage_CloseRequest.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_pedidos.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_principal$ResumableSub_B4XPage_CloseRequest.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_principal$ResumableSub_connecta_Click.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_principal$_titledata.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_principal.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_productos$ResumableSub_B4XPage_Appear.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_productos$ResumableSub_B4XPage_CloseRequest.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_productos$ResumableSub_Busca_TextChanged.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_productos$ResumableSub_lv_catalogos2_ItemClick.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_productos.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_promos.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_ticketsdia.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_updateavailable$ResumableSub_B4XPage_Appear.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\c_updateavailable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\dbrequestmanager$_dbcommand.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\dbrequestmanager$_dbresult.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\dbrequestmanager.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\escposprinter$_animage.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\escposprinter.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\fileprovider.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\firebasemessaging$1.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\firebasemessaging$2.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\firebasemessaging$firebasemessaging_BR.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\firebasemessaging$ResumableSub_Service_Start.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\firebasemessaging.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\httpjob$_multipartfiledata.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\httpjob.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\httputils2service.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\madewithlove.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\main$1.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\main$B4AMenuItemsClickListener.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\main$HandleKeyDelayed.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\main$ResumeMessage.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\main$WaitForLayout.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\main.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\Manifest$permission.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\Manifest.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\mapa_rutas$1.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\mapa_rutas$B4AMenuItemsClickListener.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\mapa_rutas$HandleKeyDelayed.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\mapa_rutas$ResumableSub_MapFragment1_Ready.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\mapa_rutas$ResumeMessage.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\mapa_rutas$WaitForLayout.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\mapa_rutas.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\newinst2$1.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\newinst2$2.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\newinst2$newinst2_BR.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\newinst2.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\preoptimizedclv$ResumableSub_B4XSeekBar1_TouchStateChanged.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\preoptimizedclv$ResumableSub_ListChangedExternally.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\preoptimizedclv.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\R$anim.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\R$attr.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\R$color.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\R$dimen.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\R$drawable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\R$id.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\R$integer.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\R$layout.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\R$string.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\R$style.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\R$styleable.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\R$xml.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\R.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\roundslider.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\scrollinglabel$ResumableSub_StartScrolling.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\scrollinglabel.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\starter$1.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\starter$2.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\starter$starter_BR.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\starter.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\subs.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\swiftbutton.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\tracker$1.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\tracker$2.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\tracker$ResumableSub_StartFLP.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\tracker$ResumableSub_StartFLP2.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\tracker$ResumableSub_StartFLPSmall.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\tracker$tracker_BR.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\tracker.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\xuiviewsutils.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_celltitle.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_cliente.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_clientes.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_comis.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_datoscliente.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_detalle_promo.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_encuessta_m3.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_encuesta.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_encuesta_m4.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_encuesta_m5.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_encuesta_ped.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_errormanager.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_esncuesta_m2.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_historicobat.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_historicobat2.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_iniciofinventa.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_login.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_mainpage.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_maparutas.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_mapa_rutas.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_nota.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_nota2.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_noventa.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_panel_nuevocliente.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_pclvseekbar.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_pedido.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_principal.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_proditem.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_proditem1.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_proditem2.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_productos.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_productos_.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_promociones.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_resdia.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_searchtemplate.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_seleccion.dex
C:\Users\carlo\OneDrive\Escritorio\Guna_BAT-main\B4A\Objects\dexed\gunav2\keymon\com\mx\designerscripts\LS_ticketsdia.dex

Some files were not shown because too many files have changed in this diff Show More