예제 #1
0
 static public int SetShoppingcarItemList(IntPtr l)
 {
     try {
         ShopSystem    self = (ShopSystem)checkSelf(l);
         System.UInt64 a1;
         checkType(l, 2, out a1);
         System.Int32 a2;
         checkType(l, 3, out a2);
         self.SetShoppingcarItemList(a1, a2);
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }