Files
ayanova7/source/WBI/App_Code/SessionStateDialogHandler.cs
2018-06-29 19:47:36 +00:00

11 lines
259 B
C#

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
{
}
}