void ReleaseDesignerOutlets()
        {
            if (LeaderboardButton != null)
            {
                LeaderboardButton.Dispose();
                LeaderboardButton = null;
            }

            if (mainView != null)
            {
                mainView.Dispose();
                mainView = null;
            }

            if (PointsAndStatsButton != null)
            {
                PointsAndStatsButton.Dispose();
                PointsAndStatsButton = null;
            }

            if (TransactionsButton != null)
            {
                TransactionsButton.Dispose();
                TransactionsButton = null;
            }
        }
 partial void PointsAndStats_TouchUpInside(SocialLadder.iOS.Points.CustomViews.PointsTabButton sender);
 partial void TransactionsButton_TouchUpInside(SocialLadder.iOS.Points.CustomViews.PointsTabButton sender);
 partial void LeaderboardButton_TouchUpInside(SocialLadder.iOS.Points.CustomViews.PointsTabButton sender);