19 lines
522 B
C#
19 lines
522 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
using System.Web.UI;
|
|
using System.Web.UI.WebControls;
|
|
using System.Net;
|
|
|
|
namespace SuperMap.RealEstate.SoftWare
|
|
{
|
|
public partial class Default : SuperMap.RealEstate.Web.UI.Page
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
SetControlClosePopDialog(ButtonClose, "WebPlatform_Install");
|
|
this.ExecClientScript("setTimeout('InstallClickOnceSoftWare();',500);");
|
|
}
|
|
}
|
|
} |