Jump ref method
public void jumpRef()
{
super();
Args args = new Args();
MenuFunction menuFunction;
menuFunction = new MenuFunction(MenuItemDisplayStr(ItemGroupItems),
MenuItemType::Display);
IaxItemGroup item;
args.record(item);
args.caller(element);
menuFunction.run(args);
}
Comments
Post a Comment