You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
361 B

using System;
using System.Globalization;
using System.IO;
using System.Text;
using System.Threading;
using System.Web;
using System.Web.UI;
using System.Data;
using System.Web.UI.WebControls;
using log4net;
namespace OT.Web.Ap_Code
{
public class BasePage_Pop : BasePage
{
protected override void CheckIsLogin()
{
}
}
}