public ThumbFrame()
        {
#if __ANDROID__
            if (System.DateTime.Now.Ticks < 0)
            {
                _ = new ThumbFrameRenderer(null);
            }
#endif
        }
예제 #2
0
        public ThumbFrame()
        {
            #region Required work-around to prevent linker from removing the platform-specific implementation
#if __ANDROID__
            if (System.DateTime.Now.Ticks < 0)
            {
                _ = new ThumbFrameRenderer(null);
            }
#endif
            #endregion
        }