using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace CustomHandler { public class SessionStateDialogHandler : Telerik.Web.UI.DialogHandler, System.Web.SessionState.IRequiresSessionState { } }