As it is referenced in API, I used System.exit to quit my application. It seems to be working fine on IPhone emulator, but on Win Mobile it shows message :
A problem has occurred with myApp.exe. Please tell Microsoft about this problem, at no cost to you. The data is used exclusively to improve products.
Show report details
Turn off error reporting
Win mobile apps have "Exit" button in main menu (the one in the right lower corner). Maybe it is possible to trigger this button directly to exit correctly.
The problem was only with emulator. It works fine on device.