gxc
2019-11-04 b7b3e92bed9c4553e30e2901a1877f088a5f8823
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
namespace Shared.Phone.Device.Light
{
    /// <summary>
    /// 插座
    /// </summary>
    public class PlugControl
    {
        public PlugControl()
        {
        }
    }
}