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