12345678910111213141516171819202122232425262728 |
- function CDirectLaunchGoTo()
- {
- };
- CDirectLaunchGoTo.prototype = new AFeatureObject();
- CDirectLaunchGoTo.prototype.setup = function (aFeatureParams)
- {
- goApplicationManager.getReportFrame().oCVQS.getDrillMgr().qsLaunchGoToPage(true);
- };
|