12 lines
244 B
C#
12 lines
244 B
C#
using System;
|
|
using System.Web.UI;
|
|
|
|
public partial class admin_pivot_pivot01 : MyWeb.config
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
// 頁面初始化(暫無邏輯)
|
|
// 前端直接呼叫 API
|
|
}
|
|
}
|