コード例 #1
0
 void AddSmartCartItemEventHandler(SmartCartItem item)
 {
     uiContext.Send(x => SmartCartItems.Add(item), null);
 }
コード例 #2
0
 public static void AddSmartCartItem(SmartCartItem item)
 {
     AddSmartCartItemEvent?.Invoke(item);
 }