xm
2020-04-29 07466c19110693e3e439a7d7c8ad0bc21d9b3287
1
2
3
4
5
6
7
8
9
using System;
namespace Shared.Phone.Device.CommonForm
{
    public enum Direction
    {
        Left = 1,
        Right = 2
    }
}