派生自 ~xm/HomeApp
ZigbeeApp/Shared/Phone/Device/CommonForm/CommonEnum.cs New file @@ -0,0 +1,9 @@ using System; namespace Shared.Phone.Device.CommonForm { public enum Direction { Left = 1, Right = 2 } }