20 lines
463 B
C#
20 lines
463 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
using System.Web.UI;
|
|
using System.Web.UI.WebControls;
|
|
|
|
namespace Education.Forms.溝通記錄
|
|
{
|
|
public partial class 檢附資料參考 : FormBase
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
FunctionName = "檢附資料參考設定";
|
|
|
|
if (IsPostBack)
|
|
gv檢附資料參考.DataBind();
|
|
}
|
|
}
|
|
} |