mirror of
https://github.com/openeggbert/mobile-eggbert-fna-desktop.git
synced 2025-04-01 16:11:27 +02:00
7 lines
125 B
C#
7 lines
125 B
C#
|
namespace Microsoft.Devices.Sensors
|
|||
|
{
|
|||
|
public class AccelerometerFailedException : SensorFailedException
|
|||
|
{
|
|||
|
}
|
|||
|
}
|