12 lines
179 B
C#
12 lines
179 B
C#
using System;
|
|
|
|
namespace NKC_WF
|
|
{
|
|
public partial class Reordering : BasePage
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |