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 ForumUniGridExtender : ControlExtender<UniGrid>
{
/// <summary>
/// Obligatory member. Empty intentionally
/// </summary>
public override void OnInit()
{
}
}