Program:
(JumpRef)
// Created By Vimal on May 30, 2012
public void jumpRef()
{
Args args;
MenuFunction menuFunction;
;
args = new Args();
menuFunction = new
MenuFunction(menuitemDisplayStr(cslExciseTable), MenuItemType::Display);
args = new
Args(menuFunction.object());
args.caller(element);
menuFunction.run(args);
}
No comments:
Post a Comment