Example #1
0
        public BareUIView(CoreGraphics.CGRect frame) : base(frame)
        {
#if DEBUG
            ActiveViews.Track(this);
#endif
        }
Example #2
0
        public BareUIView()
        {
#if DEBUG
            ActiveViews.Track(this);
#endif
        }