19 lines
416 B
C#
19 lines
416 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
using System.Web.UI;
|
|
using System.Web.UI.WebControls;
|
|
using Aspose.GIS.Live.Demos.UI.Config;
|
|
|
|
namespace Aspose.App.UI
|
|
{
|
|
public partial class errorpage : BasePage
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
//btnBack.HRef = Configuration.ProductsAsposeToolsURL;
|
|
}
|
|
}
|
|
} |