xm
2020-07-10 acb2b278663952ce555b06a2e821f359225f15e0
1
2
3
4
5
6
7
8
9
using System;
namespace Shared.Phone.Device.CommonForm
{
    public enum Direction
    {
        Left = 1,
        Right = 2
    }
}