17 lines
350 B
C#
17 lines
350 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
namespace SuperMap.RealEstate.HighWay.Modules.UserServerPart
|
|
{
|
|
|
|
public class BasePage : SuperMap.RealEstate.Web.UI.PageModule
|
|
{
|
|
|
|
public BasePage()
|
|
{
|
|
this.Module_Guid = "5a5c0779-37c4-48af-b127-12a09b6d641a";
|
|
}
|
|
}
|
|
}
|