lss
2020-06-03 6c70a72d6f3d11baa65be466d4023b2f2ca79e39
1
2
3
4
5
6
7
8
9
using System;
namespace Shared.Phone.Device.CommonForm
{
    public enum Direction
    {
        Left = 1,
        Right = 2
    }
}