11 lines
259 B
C#
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
|
|
{
|
|
}
|
|
}
|