コード例 #1
0
 /// <summary>
 /// Initializes the <see cref="PageBase"/> class.
 /// </summary>
 static ShopSmartWebLogics()
 {
     ShopSmartWebLogics.cacheLock = new object();
     ShopSmartWebLogics.SmLogics = new Bl.SmartShopLogics();
 }
コード例 #2
0
 /// <summary>
 /// Initializes the <see cref="PageBase"/> class.
 /// </summary>
 static ShopSmartWebLogics()
 {
     ShopSmartWebLogics.cacheLock = new object();
     ShopSmartWebLogics.SmLogics  = new Bl.SmartShopLogics();
 }