File: D:/HostingSpaces/RMourik/bassol.nl/wwwroot/App_Code/CMSModules/Forums/ForumGroupUniGridExtender.cs
using System;
using CMS.ExtendedControls;
using CMS.UIControls;
/// <summary>
/// This extender is no longer necessary and will be removed.
/// </summary>
[Obsolete("This extender is no longer necessary and will be removed.")]
public class ForumGroupUniGridExtender : ControlExtender<UniGrid>
{
/// <summary>
/// Obligatory member. Empty intentionally
/// </summary>
public override void OnInit()
{
}
}