12 lines
224 B
C#
12 lines
224 B
C#
|
|
using System;
|
|||
|
|
|
|||
|
|
namespace FineUIPro.Web.HJGL.PreDesign
|
|||
|
|
{
|
|||
|
|
public partial class TrainNumberManagerPrint : System.Web.UI.Page
|
|||
|
|
{
|
|||
|
|
protected void Page_Load(object sender, EventArgs e)
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|