SVN r765
SVN-Revision: r765
This commit is contained in:
@@ -1141,7 +1141,7 @@ namespace Lskj.PubBill
|
||||
{
|
||||
string unioright = sender + "";
|
||||
DataRow rightrowitem = this.gcMain.gridViewRightMenu.MenuTable.Rows.Cast<DataRow>().FirstOrDefault(x => (x["orderid"] + "").Equals(unioright));
|
||||
CommonMenu menu = new CommonMenu(this.SysModel, null, this.gcMain);
|
||||
CommonMenu menu = new CommonMenu(this.SysModel, ControlObj, this.gcMain);
|
||||
menu.Apply(rightrowitem);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user