123456789101112131415161718192021 |
- var Bizgaze;
- (function (Bizgaze) {
- let Apps;
- (function (Apps) {
- let Transact;
- (function (Transact) {
- let Infos;
- (function (Infos) {
- class OpportunityItem {
- static Instance() {
- if (this.instance === undefined) {
- this.instance = new OpportunityItem();
- }
- return this.instance;
- }
- }
- Infos.OpportunityItem = OpportunityItem;
- })(Infos = Transact.Infos || (Transact.Infos = {}));
- })(Transact = Apps.Transact || (Apps.Transact = {}));
- })(Apps = Bizgaze.Apps || (Bizgaze.Apps = {}));
- })(Bizgaze || (Bizgaze = {}));
|