Built files from Bizgaze WebServer
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1
  1. class TenantInfo{constructor(){}static SetCurrentTenant(n){TenantInfo.CurrentTenant=n}static GetCurrentTenant(){var n=new TenantInfo;return n.ServerUrl="localhost",n.TenantId=100010,TenantInfo.CurrentTenant=n,TenantInfo.CurrentTenant}}