Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="XslExtensions"/> class.
 /// </summary>
 public XslExtensions()
 {
     this.shoppingCartEvents = new ShoppingCartEvents();
       this.checkoutEvents = new CheckoutEvents();
       this.authentificationEvents = new AuthentificationEvents();
       this.navigationEvents = new NavigationEvents();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="XslExtensions"/> class.
 /// </summary>
 public XslExtensions()
 {
     this.shoppingCartEvents     = new ShoppingCartEvents();
     this.checkoutEvents         = new CheckoutEvents();
     this.authentificationEvents = new AuthentificationEvents();
     this.navigationEvents       = new NavigationEvents();
 }