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 領據列印 : UserControlBase { protected void Page_Load(object sender, EventArgs e) { } } }