using System; namespace Shared.Phone.Device.CommonForm { public enum Direction { Left = 1, Right = 2 } }