This commit is contained in:
10
source/WBI/App_Code/SessionStateDialogHandler.cs
Normal file
10
source/WBI/App_Code/SessionStateDialogHandler.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user