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