Exemplo n.º 1
0
        /// <summary>
        /// The product content factory on initializing.
        /// </summary>
        /// <param name="sender">
        /// The sender.
        /// </param>
        /// <param name="e">
        /// The e.
        /// </param>
        private static void ProductContentFactoryOnInitializing(ProductContentFactory sender, VirtualContentEventArgs e)
        {
            var store = BazaarContentHelper.GetStoreRoot();

            e.Parent = store;
        }