#region 数据存取器
/// <summary>
/// 保存数据
/// </summary>
public static string theYear;
public string SetYear
{
set
{
theYear = value;
}
get
{
return theYear;
}
}
#endregion
//很简单。但也可以作为页面传值的一种方法。。希望能对大家有所帮助
posted @ 2008-05-31 21:18
阿万 阅读(247)
评论(3) 编辑 收藏