Пример #1
0
 public static void Swiper(this ICCCSwiperDelegate This, CCCSwiper swiper, CCCSwiperConnectionState state)
 {
     if (swiper == null)
     {
         throw new ArgumentNullException("swiper");
     }
     if (IntPtr.Size == 8)
     {
         global::ApiDefinition.Messaging.void_objc_msgSend_IntPtr_Int64(This.Handle, Selector.GetHandle("swiper:connectionStateHasChanged:"), swiper.Handle, (Int64)state);
     }
     else
     {
         global::ApiDefinition.Messaging.void_objc_msgSend_IntPtr_int(This.Handle, Selector.GetHandle("swiper:connectionStateHasChanged:"), swiper.Handle, (int)state);
     }
 }
Пример #2
0
 public virtual void Swiper(CCCSwiper swiper, CCCSwiperConnectionState state)
 {
     throw new You_Should_Not_Call_base_In_This_Method();
 }