Question

Soft reset in WindowsCE Handydevice .

Était-ce utile?

La solution

The OpenNETCF framework provides a simple method for this task:

using OpenNETCF.WindowsCE;   
// ... 
PowerManagement.SoftReset();
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top