mirror of
https://github.com/openeggbert/mobile-eggbert-kni-web.git
synced 2025-03-25 15:47:51 +01:00
13 lines
228 B
C#
13 lines
228 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace WindowsPhoneSpeedyBlupi
|
|
{
|
|
public class AccelerometerFailedException : Exception
|
|
{
|
|
}
|
|
}
|