12345678910111213141516171819202122232425262728 |
- function CViewXLWA()
- {
- };
- CViewXLWA.prototype = new AFeatureObject();
- CViewXLWA.prototype.setup = function (aFeatureParams)
- {
- goApplicationManager.getFeatureManager().launchFeature('View', ['XLWA']);
- };
|