14 lines
188 B
C#
14 lines
188 B
C#
using AppData;
|
|
using System;
|
|
|
|
namespace NKC_WF
|
|
{
|
|
public partial class MachineLoad : BasePage
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
} |