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.

opportunityitem.js 765B

123456789101112131415161718192021
  1. var Bizgaze;
  2. (function (Bizgaze) {
  3. let Apps;
  4. (function (Apps) {
  5. let Transact;
  6. (function (Transact) {
  7. let Infos;
  8. (function (Infos) {
  9. class OpportunityItem {
  10. static Instance() {
  11. if (this.instance === undefined) {
  12. this.instance = new OpportunityItem();
  13. }
  14. return this.instance;
  15. }
  16. }
  17. Infos.OpportunityItem = OpportunityItem;
  18. })(Infos = Transact.Infos || (Transact.Infos = {}));
  19. })(Transact = Apps.Transact || (Apps.Transact = {}));
  20. })(Apps = Bizgaze.Apps || (Bizgaze.Apps = {}));
  21. })(Bizgaze || (Bizgaze = {}));