throw new BasicException(AppLocal.getIntString("message.urlnotdefined"));
} else {
}
}
categoriesProxy = new VM_CategoriesProxy(wsURL + CategoriesURL);
orderProxy = new VM_OrderProxy(wsURL + OrderURL);
usersProxy = new VM_UsersProxy(wsURL + UsersURL);
productProxy = new VM_ProductProxy(wsURL + ProductURL);
queriesProxy = new VM_SQLQueriesProxy(wsURL + QueriesURL);