App_Code.Controls.RecentPosts.RecentPosts C# (CSharp) Method

RecentPosts() static private method

Initializes static members of the RecentPosts class.
static private RecentPosts ( ) : System
return System
        static RecentPosts()
        {
            BuildPostList();
            Post.Saved += PostSaved;
            Post.CommentAdded += ClearCache;
            Post.CommentRemoved += ClearCache;
            Post.Rated += ClearCache;
            BlogSettings.Changed += ClearCache;
        }