SGGL_SHJ/SGGL/FineUIPro.Web/AttachFile/EditOffice.aspx.cs

30 lines
573 B
C#
Raw Normal View History

using FineUIPro;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Policy;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace WordEdit
{
public partial class EditOffice : System.Web.UI.Page
{
public string url;
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
url = "http://localhost:8899/File/Word/集团公司安全监督检查管理办法.doc";
}
}
}
}