예제 #1
0
 public SWSlotCount(int swTime, int swExpiry, BangDBCountType countType)
 {
     _swsc = BangDBNative.CreateSWCount(swTime, swExpiry, (int)countType, (int)BangDBWindowType.SlidingWindowUnit);
 }