4647484950515253545556575859
} public static boolean registerApp() { // vemos si existe alguna instancia InstanceQuery i = null; try { i = new InstanceQuery(); i.getAppMessage().restoreWindow(); return false; } catch (Exception e) { return true; } }
4344454647484950515253545556
public static boolean registerApp() { // vemos si existe alguna instancia InstanceQuery i = null; try { i = new InstanceQuery(); i.getAppMessage().restoreWindow(); return false; } catch (Exception e) { return true; } }