17 lines
294 B
C#
17 lines
294 B
C#
using System;
|
|
|
|
namespace NKC_WF.WebUserControls
|
|
{
|
|
public partial class cmp_kitReqRunning : BaseUserControl
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
|
|
internal void doUpdate()
|
|
{
|
|
grView.DataBind();
|
|
}
|
|
}
|
|
} |