Beispiel #1
0
 /// <summary>
 /// Static constructor.
 /// </summary>
 static Globals()
 {
     Sites   = new SiteAuthenticationCollection();
     Tenants = new TenantAuthenticationCollection();
     CustomFeatureDefinitions = new FeatureCollection();
     Product = (ProductType)ProductUtil.GetCurrentProductVersion().Major;
 }
Beispiel #2
0
 /// <summary>
 /// Static constructor.
 /// </summary>
 static Globals()
 {
     Sites   = new SiteAuthenticationCollection();
     Tenants = new TenantAuthenticationCollection();
     CustomFeatureDefinitions = new FeatureCollection();
 }