mobile-eggbert-fna-desktop/mobile-eggbert-fna/AccelerometerFailedException.cs

13 lines
228 B
C#
Raw Normal View History

2024-12-22 15:18:03 +01:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WindowsPhoneSpeedyBlupi
{
public class AccelerometerFailedException : Exception
{
}
}