You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

13 lines
350 B

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"));
}
}
}