19 lines
437 B
C#
19 lines
437 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
using System.Web.UI;
|
|
using System.Web.UI.WebControls;
|
|
|
|
namespace 報到系統.Forms
|
|
{
|
|
public partial class SignUpImport : PageBase
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
// SignUpImport.aspx 現在使用 Vue.js
|
|
// 所有邏輯都在前端和 SignUpService.asmx 處理
|
|
}
|
|
}
|
|
}
|