gxc
2019-11-04 b7b3e92bed9c4553e30e2901a1877f088a5f8823
1
2
3
4
5
6
7
8
9
using System;
namespace Shared.Phone.Device.CommonForm
{
    public enum Direction
    {
        Left = 1,
        Right = 2
    }
}