Reset Cobra with push button

Does anyone know if its possible to reset a Fez Cobra through pushing a button created on a Glide GUI.

In your event, you could call the following function:

Microsoft.SPOT.Hardware.PowerState.RebootDevice(false);

Thanks!