黄学彪
2020-12-14 e90209beae6a4e822cecb18e6889f8bda23f630e
1
2
3
4
5
6
7
8
9
using System;
namespace Shared.Phone.Device.CommonForm
{
    public enum Direction
    {
        Left = 1,
        Right = 2
    }
}