===========================================================================
| 7805 | |
| 7806 | //=========================================================================== |
| 7807 | Update_t CmdWindowViewData (int nArgs) |
| 7808 | { |
| 7809 | return _CmdWindowViewCommon( WINDOW_DATA ); |
| 7810 | } |
| 7811 | |
| 7812 | //=========================================================================== |
| 7813 | Update_t CmdWindowViewOutput (int nArgs) |
no test coverage detected