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