WJC
2019-10-14 9cac199733346374567e184395ae5c45c1b9e3c0
1
2
3
4
5
6
7
8
9
using System;
namespace Shared.Phone.Device.CommonForm
{
    public enum Direction
    {
        Left = 1,
        Right = 2
    }
}