Open custom currency window. */
| 2192 | |
| 2193 | /** Open custom currency window. */ |
| 2194 | static void ShowCustCurrency() |
| 2195 | { |
| 2196 | CloseWindowById(WC_CUSTOM_CURRENCY, 0); |
| 2197 | new CustomCurrencyWindow(_cust_currency_desc); |
| 2198 | } |
no test coverage detected