mirror of
https://github.com/openeggbert/mobile-eggbert-kni-web.git
synced 2025-03-25 15:47:51 +01:00
7 lines
125 B
C#
7 lines
125 B
C#
|
namespace Microsoft.Devices.Sensors
|
|||
|
{
|
|||
|
public class AccelerometerFailedException : SensorFailedException
|
|||
|
{
|
|||
|
}
|
|||
|
}
|