WM5 C# App.. How to stop it running?

  • Thread starter Thread starter robear
  • Start date Start date
R

robear

Hi.

I'm new to C#, but pretty good in VB.

I have a C# app running fine on a WM5 device, and when I click the X in
the top right corner, I want to stop the app completely, rather than
hide it (as most apps do).

In VB, I could do application.exit, but not sure what syntax to use
with C# or where abouts it would go. I cant seem to find any exposed
methods or such for the X button.

Thanks for any Help for a C# beginner.

Robert
 
Back
Top