using BWP.Web.Pages.B3Butchery.Dialogs;
|
|
using TSingSoft.WebControls2;
|
|
|
|
namespace BWP.Web.Pages.B3YunKen.Overlays
|
|
{
|
|
public class SelectProductNoticeDialog_Ext: SelectProductNoticeDialog
|
|
{
|
|
protected override void TakeValuesCustomer(DFBrowseGrid grid)
|
|
{
|
|
grid.Columns.Add(new DFBrowseGridColumn("Detail_Customer_Name"));
|
|
}
|
|
}
|
|
}
|