8 Star 6 Fork 3

葡萄城 / dataprocess

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Site.Master.cs 484 Bytes
一键复制 编辑 原始数据 按行查看 历史
葡萄城控件 提交于 2014-12-22 13:54 . InitCode
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace ControlExplorer
{
public partial class Site : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
Page.Header.DataBind();
if (IsPostBack)
return;
ltrCopyrightYear.Text = DateTime.Now.Year.ToString(System.Globalization.CultureInfo.InvariantCulture);
}
}
}
C#
1
https://gitee.com/GrapeCity/dataprocess.git
git@gitee.com:GrapeCity/dataprocess.git
GrapeCity
dataprocess
dataprocess
master

搜索帮助