Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

iappsetting.js 463B

123456789101112131415
  1. var Unibase;
  2. (function (Unibase) {
  3. let Platform;
  4. (function (Platform) {
  5. let Core;
  6. (function (Core) {
  7. class AppSettings {
  8. constructor() {
  9. this.InstalledAppId = 0;
  10. }
  11. }
  12. Core.AppSettings = AppSettings;
  13. })(Core = Platform.Core || (Platform.Core = {}));
  14. })(Platform = Unibase.Platform || (Unibase.Platform = {}));
  15. })(Unibase || (Unibase = {}));