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