mirror of
https://github.com/KeymonSoft/Medicomed-V2.git
synced 2026-04-21 14:49:21 +00:00
34 lines
1.4 KiB
Java
34 lines
1.4 KiB
Java
package medicomed.keymon.com.mx;
|
|
|
|
|
|
import anywheresoftware.b4a.BA;
|
|
import anywheresoftware.b4a.BALayout;
|
|
import anywheresoftware.b4a.debug.*;
|
|
|
|
public class pendientes {
|
|
private static pendientes mostCurrent = new pendientes();
|
|
public static Object getObject() {
|
|
throw new RuntimeException("Code module does not support this method.");
|
|
}
|
|
public anywheresoftware.b4a.keywords.Common __c = null;
|
|
public b4a.example.dateutils _dateutils = null;
|
|
public medicomed.keymon.com.mx.main _main = null;
|
|
public medicomed.keymon.com.mx.starter _starter = null;
|
|
public medicomed.keymon.com.mx.appupdater _appupdater = null;
|
|
public medicomed.keymon.com.mx.mapa_rutas _mapa_rutas = null;
|
|
public medicomed.keymon.com.mx.subs _subs = null;
|
|
public medicomed.keymon.com.mx.mapa_cliente _mapa_cliente = null;
|
|
public medicomed.keymon.com.mx.notificationservice _notificationservice = null;
|
|
public medicomed.keymon.com.mx.tracker _tracker = null;
|
|
public medicomed.keymon.com.mx.newinst2 _newinst2 = null;
|
|
public medicomed.keymon.com.mx.b4xpages _b4xpages = null;
|
|
public medicomed.keymon.com.mx.b4xcollections _b4xcollections = null;
|
|
public medicomed.keymon.com.mx.httputils2service _httputils2service = null;
|
|
public medicomed.keymon.com.mx.xuiviewsutils _xuiviewsutils = null;
|
|
public static String _process_globals() throws Exception{
|
|
//BA.debugLineNum = 3;BA.debugLine="Sub Process_Globals";
|
|
//BA.debugLineNum = 7;BA.debugLine="End Sub";
|
|
return "";
|
|
}
|
|
}
|