示例#1
0
 protected override void Execute(CodeActivityContext context)
 {
     SAPGui.MoveRows(this.Id.Get(context), (this.GuiGridView.Get(context) as sapfewse.GuiGridView), (this.Session.Get(context) as GuiSession), this.FromRow.Get(context), this.ToRow.Get(context), this.TargetRow.Get(context));
 }