Exemplo n.º 1
0
 public void FireOnAddCartItem(AddCartItemEventArgs args)
 {
     OnAddToCart?.Invoke(this, args);
 }
Exemplo n.º 2
0
 private void AddButton_Click(object sender, EventArgs e)
 {
     AddToCartButtonClick?.Invoke(SalesItem);
 }